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:
@@ -121,6 +121,9 @@ set novisualbell
|
||||
set t_vb=
|
||||
set tm=500
|
||||
|
||||
" Add a bit extra margin to the left
|
||||
set foldcolumn=1
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Colors and Fonts
|
||||
|
||||
Reference in New Issue
Block a user