diff options
Diffstat (limited to 'gvimrc')
-rw-r--r-- | gvimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ if has("gui_running") | |||
20 | " set selectmode=mouse,key,cmd | " enters vim's select mode when pressing shift-left or shift-END | 20 | " set selectmode=mouse,key,cmd | " enters vim's select mode when pressing shift-left or shift-END |
21 | " set keymodel=startsel,stopsel | " makes shift-left, shift-right available for selecting text | 21 | " set keymodel=startsel,stopsel | " makes shift-left, shift-right available for selecting text |
22 | 22 | ||
23 | set background=light | ||
23 | " its possible to define alternative fonts (order matters), but we will | 24 | " its possible to define alternative fonts (order matters), but we will |
24 | " use the systems default font and cofigure that if necessary | 25 | " use the systems default font and cofigure that if necessary |
25 | set guifont=Monospace\ 10 | 26 | set guifont=Monospace\ 10 |