commit 2e99bb3e2a4affcea1f393fb13051889ab04840f
parent ba1f7ce9df4a3aaa1a1e3d11b97b78db738f1ef2
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Thu, 30 Jul 2015 21:54:56 -0700
Vim: Add comments
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/vimrc b/vimrc
@@ -294,10 +294,12 @@ vnoremap < <gv
nnoremap <C-N> :bnext<CR>
nnoremap <C-P> :bprev<CR>
+" improve up and down shortcuts
nnoremap <C-J> <C-D>
nnoremap <C-K> <C-U>
" TODO: Fix this
+" stop ~ from shifting over one every use
nnoremap ~ ~h
" pair completion{{{2