vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 8b455adb89bfc38b5b111746664fc587ba8d84eb
parent c2800a6659858edf5302dd2db2b6849eb33d511f
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 19 Apr 2014 15:05:00 -0700

Set guioptions+=a

Diffstat:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -91,6 +91,7 @@ if has("gui_running") set showtabline=1 " Show tabs only if > 1 open set guioptions-=T " Hide toolbar set guioptions-=m " Hide menu bar + set guioptions+=a " Better integration with WM selection " Cursor line highlighting autocmd WinLeave * setlocal nocursorline