From 2e78d040e78adb3e93fd2fc62c1e2cc4454f47fe Mon Sep 17 00:00:00 2001 From: Adrian Kreher Date: Sat, 15 Nov 2008 01:22:37 -0600 Subject: [PATCH] vimrc: Fixed backspace on badly behaved tcsh/vim combos (especially csil) --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index 4008d10..b4731db 100644 --- a/vimrc +++ b/vimrc @@ -278,6 +278,13 @@ imap :silent set number! " Don't force column 0 for # inoremap # X# +" Fix broken shit backspace on csil machines +" in tcsh with badly compiled vims +map +map +map! +map! + " Python specific stuff if has('eval') let python_highlight_all = 1