Remove scrollbars from the gui version of VIM (guioptions-=rRlL). Add a bit extra margin to the left in each buffer (foldcolumn=1).
This commit is contained in:
@@ -33,6 +33,12 @@ if has("gui_macvim")
|
||||
au GUIEnter * set fullscreen
|
||||
endif
|
||||
|
||||
" Disable scrollbars (real hackers don't use scrollbars for navigation!)
|
||||
set guioptions-=r
|
||||
set guioptions-=R
|
||||
set guioptions-=l
|
||||
set guioptions-=L
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Fast editing and reloading of vimrc configs
|
||||
|
||||
Reference in New Issue
Block a user