dotfiles

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

commit 2c45e9de90cc3778aa84cc0835149891fe7e76df
parent 7db500464982b7c35a5bd2fb4607bc070e1d10d5
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon, 10 Aug 2015 03:44:50 -0700

Vim: Change buffer movement to c-h and c-l

Diffstat:
vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -283,8 +283,8 @@ vnoremap > >gv vnoremap < <gv " easily change buffers -nnoremap <C-N> :bnext<CR> -nnoremap <C-P> :bprev<CR> +nnoremap <C-H> :bprev<CR> +nnoremap <C-L> :bnext<CR> " improve up and down shortcuts nnoremap <C-J> <C-D>