dotfiles

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

commit 2819057d95737ffc9c138c66a62a5a441242e40b
parent e6686255ae41d36c09bae48a9d084de27e01d68c
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 23 Jan 2016 21:50:18 -0800

Vim: Move and remove unnecessary mappings

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

diff --git a/vimrc b/vimrc @@ -285,9 +285,7 @@ vnoremap > >gv vnoremap < <gv " easily change buffers -" TODO: Fix nnoremap <C-H> :bprev<CR> -nnoremap <C-B> :bprev<CR> nnoremap <C-L> :bnext<CR> " improve up and down shortcuts @@ -322,3 +320,5 @@ inoremap "" ""<Left> inoremap '' ''<Left> inoremap `` ``<Left> +inoremap /* /* */<Left><Left><Left> +