From 40ac810c0b6495017da16b229e9f30279f708298 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 20 Jun 2014 19:34:41 -0500 Subject: [PATCH] Remove default GUI size settings Set these in `~/.gvimrc` instead, since they typically need to be tailored for the specific machine anyway. --- plugin/00-dustin.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index aabda23..9189acc 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -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 " Shift+Tab to un-indent