From 1b83bb47606986b4ef378f07c002ff5fee1fb343 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 25 May 2017 12:07:45 -0400 Subject: [PATCH] Clean up gui settings --- ftplugin/text.vim | 12 ------------ gvimrc | 3 --- vimrc | 2 +- 3 files changed, 1 insertion(+), 16 deletions(-) diff --git a/ftplugin/text.vim b/ftplugin/text.vim index 91a3890..cc8cab2 100644 --- a/ftplugin/text.vim +++ b/ftplugin/text.vim @@ -8,15 +8,3 @@ setlocal nolist setlocal formatoptions-=t " turn off line width hint setlocal colorcolumn=0 - -" narrow width for gui since text will softwrap based on width -if has("gui_running") - " narrow the gui window for text wrangling - setlocal columns=120 -endif - -" open full screen with macvim -if has("gui_macvim") - set fuoptions=maxvert,maxhorz - au GUIEnter * set fullscreen -endif diff --git a/gvimrc b/gvimrc index 726e27c..27a15a4 100644 --- a/gvimrc +++ b/gvimrc @@ -3,9 +3,6 @@ source ~/.gvimrc_local " Linux: set gfn=DejaVu\ Sans\ Mono\ 10 " Mac: set guifont=Monaco:h14 -" from the help, recommended for tallest possible -set lines=9999 -set columns=9999 set background=dark "" enable antialiasing for environments supporting it set anti diff --git a/vimrc b/vimrc index 88ab57e..e18ed4b 100644 --- a/vimrc +++ b/vimrc @@ -113,4 +113,4 @@ if has("gui_macvim") endif " make sure to set TERM to xterm-256color in terminal program or app -colorscheme solarized +colorscheme desert