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 "}}}