diff --git a/init.vim b/init.vim index f9795ed..e907a47 100644 --- a/init.vim +++ b/init.vim @@ -51,6 +51,7 @@ call vundle#end() set hidden " Hide buffers set incsearch " Incremental search +set mouse=a " Enable mouse support set ignorecase " Case insensitive search... set smartcase " ...for lowercase terms @@ -88,6 +89,8 @@ filetype indent plugin on " Identify file type set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%) +autocmd VimLeave * set guicursor=a:hor20-blinkon20 + "" "" Key bindings ""