# HG changeset patch # User Steve Losh # Date 1283265054 14400 # Node ID 0c6db60d6556741356912b23862fbaa35e9ba079 # Parent be6bede7ce493b8651586d31020b9c122b0d3a1f vim: a few mappings diff -r be6bede7ce49 -r 0c6db60d6556 vim/.vimrc --- a/vim/.vimrc Thu Aug 26 10:37:27 2010 -0400 +++ b/vim/.vimrc Tue Aug 31 10:30:54 2010 -0400 @@ -75,10 +75,10 @@ let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$'] " Use the damn hjkl keys -map -map -map -map +nnoremap +nnoremap +nnoremap +nnoremap " And make them fucking work, too. nnoremap j gj @@ -208,3 +208,9 @@ " Easy filetype switching nnoremap _dt :set ft=htmldjango nnoremap _jt :set ft=htmljinja + +" Learn to backspace the right way +inoremap + +" VCS Stuff +let VCSCommandMapPrefix = "h"