Remove default GUI size settings
Set these in `~/.gvimrc` instead, since they typically need to be tailored for the specific machine anyway.
This commit is contained in:
@@ -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
Block a user