commit dc1c2fec63202c8042dfcd385ed2f833a8d91f9f
parent 1e57a0a158f7d2b4ac33bcab4df55f810028b9c3
Author: Chris Bracken <chris@bracken.jp>
Date: Sat, 19 Apr 2014 15:05:00 -0700
Set guioptions+=a
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/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