From 0045a33d4b80995d8a77121739406037556cf2c0 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Thu, 11 Mar 2010 13:32:37 -0600 Subject: [PATCH] fix broken X11s, get rid of broken keys --- vimrc | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/vimrc b/vimrc index f4a26c8..0f2e794 100644 --- a/vimrc +++ b/vimrc @@ -38,7 +38,7 @@ set wildignore=*.o,*~ " Ignore temp files in wildmenu set scrolloff=3 " Show 3 lines of context during scrolls set sidescrolloff=2 " Show 2 columns of context during scrolls set backspace=2 " Normal backspace behavior -"set textwidth=80 " Break lines at 80 characters +"set textwidth=80 " Break lines at 80 characters set hidden " Allow flipping of buffers without saving set noerrorbells " Disable error bells set visualbell " Turn visual bell on @@ -138,9 +138,9 @@ if has('eval') endfun if has("gui_running") - call LoadColorScheme("wombat:desert") + call LoadColorScheme("wombat:twilight256:desert") elseif &t_Co == 256 - call LoadColorScheme("wombat:inkpot") + call LoadColorScheme("wombat:twilight256:inkpot") elseif &t_Co == 88 call LoadColorScheme("wombat:zellner") else @@ -287,21 +287,7 @@ map map! map map d$ -imap d$a - -" tabs -map :tabprevious -imap :tabpreviousi -map :tabprevious -imap :tabpreviousi - -map :tabnext -imap :tabnexti -map :tabnext -imap :tabnexti - -nmap :tabnew -imap :tabnewi +imap Di " Disable q and Q map q @@ -363,3 +349,5 @@ if v:version >= 700 " add current directory's generated tags file to available tags set tags+=./tags endif + +set t_RV=