dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit e83c25058d08c4af27c04b6055ff8b1c9d6ea6f1
parent 07d9a48dbd5ed959baf7405f45b30c69250c99ad
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 26 Jul 2015 21:49:15 -0700

Vim: Add c-j and c-k key mappings to c-d and c-u

Diffstat:
vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -294,6 +294,9 @@ vnoremap < <gv nnoremap <C-N> :bnext<CR> nnoremap <C-P> :bprev<CR> +nnoremap <C-J> <C-D> +nnoremap <C-K> <C-U> + " pair completion{{{2 inoremap { {}<Left> inoremap {<CR> {<CR>}<Esc>O