diff --git a/vimrc b/vimrc index 51e7bb5..e946282 100644 --- a/vimrc +++ b/vimrc @@ -300,6 +300,9 @@ map! map map! map +imap +imap +map! map d$ if has('eval') inoremap =EmacsKill() @@ -326,8 +329,8 @@ map! if (&term =~ "interix") map map! - map  - map  + map [H + map [U elseif (&term =~ "^sun") map map! @@ -337,14 +340,14 @@ elseif (&term !~ "cons") endif if (&term =~ "^xterm") - map  - map!  - map  - map!  - map  - map!  - map  - map!  + map [H + map! [H + map [F + map! [F + map [5D + map! [5D + map [5C + map! [5C endif " Python specific stuff