" Make external commands work through a pipe instead of a pseudo-tty "set noguipty " set the X11 font to use set guifont=Monospace\ 12 " Make command line two lines high and always show it set ch=1 set laststatus=2 " Hide the mouse when typing text set mousehide " Make shift-insert work like in Xterm map map! " Highlighting strings inside C comments let c_comment_strings=1 " Setup a nice colorscheme colorscheme darkblue " Enable spellchecking by default setlocal spell spelllang=en_us " Increase the update time of various operations for improved plugin handling set updatetime=500 " Show '↪ ' at the beginning of wrapped lines if has("linebreak") let &sbr = '↪ ' endif " Yank and put to/from the 'quoteplus' register so we can share clipboards set clipboard=unnamedplus " Allow tagbar to expand the GUI window let g:tagbar_expand = 1