From 051ba911ffb69a3b7eb244e6982893fcbe4a5982 Mon Sep 17 00:00:00 2001 From: Bruno Miguel Silva Date: Thu, 9 Jan 2014 15:22:27 +0000 Subject: [PATCH] Changes on vim guioptions --- vim/vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 80ce3a2..e2b961f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -62,11 +62,13 @@ if has("gui_running") set stal=2 set toolbar= set guioptions-=T + set guioptions-=r + set guioptions-=L " set columns=84 + colorscheme solarized + set bg=dark endif -colorscheme solarized -set bg=dark " " BMS maps