# HG changeset patch # User Meredith Howard # Date 1404704144 14400 # Node ID 6fb9403f0c8002037adb08465a1a09aefed085a4 # Parent 2d8b8117e32d5cebdeacdd0e55b1ec98f2c2c8c4# Parent 99cc7b56719587160592e6f20bbe6551bf7ffbd3 Merge from default diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -108,19 +108,26 @@ else endif " F-n keys call out to normal mode from insert mode -imap -imap +" only :noh seems smart to do. +"imap +"imap "imap imap -imap +"imap "imap "imap -imap +"imap " chdir to the directory of the open buffer map cd :cd %:p:h:pwd map pp :setlocal paste! + +" faster window nav +nmap h +nmap j +nmap k +nmap l "}}}