From 9a9d52e324bf9c2156c3e52b8c7705fc357faccb Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 28 Jun 2010 12:05:42 -0700 Subject: [PATCH] add more emacs keybindings, clean up old ones --- vimrc | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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