commit ba1f7ce9df4a3aaa1a1e3d11b97b78db738f1ef2
parent 8b04068b6d66c6e643d34044d53708bed21b39ad
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Wed, 29 Jul 2015 21:45:23 -0700
Vim: Add ~ mapping to stop it from moving over one
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vimrc b/vimrc
@@ -297,6 +297,9 @@ nnoremap <C-P> :bprev<CR>
nnoremap <C-J> <C-D>
nnoremap <C-K> <C-U>
+" TODO: Fix this
+nnoremap ~ ~h
+
" pair completion{{{2
inoremap { {}<Left>
inoremap {<CR> {<CR>}<Esc>O