Remove default GUI size settings
Set these in `~/.gvimrc` instead, since they typically need to be tailored for the specific machine anyway.master
parent
c90cdedbd2
commit
40ac810c0b
|
@ -24,9 +24,6 @@ else
|
|||
colorscheme torte
|
||||
endif
|
||||
|
||||
" Set GUI size for side-by-side editing
|
||||
autocmd GUIEnter * set lines=60 columns=169
|
||||
|
||||
" The ESC key is way out of the way. Use jj to switch to normal mode
|
||||
inoremap jj <esc><right>
|
||||
" Shift+Tab to un-indent
|
||||
|
|
Reference in New Issue