vimrc: make screen smoler

master
an 2019-06-16 22:35:38 -04:00
parent 69c7ddb53d
commit 0eafa3c8b5
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ if has('gui_running')
set guicursor+=a:blinkon0
set guioptions=agit
set lines=50
set lines=48
set columns=80
else
" use 256-color terminal capabilities
@ -140,7 +140,7 @@ if has('gui_running')
set guifont=PxPlus_IBM_EGA8:h12:cDEFAULT:qDRAFT
else
set guifont=PxPlus\ IBM\ EGA8\ 12
set linespace=-2
set linespace=-3
endif
endif