Remove default GUI size settings

Set these in `~/.gvimrc` instead, since they typically need to be tailored for
the specific machine anyway.
master
Dustin C. Hatch 2014-06-20 19:34:41 -05:00
parent c90cdedbd2
commit 40ac810c0b
1 changed files with 0 additions and 3 deletions

View File

@ -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