dotfiles

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

commit 2a903b1a2249c6d9304612397c9f1d8ce3b9a8b0
parent 55cb309c26bee777cdf4cb77a12b58d769d3b5bc
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Mon, 12 Oct 2015 21:17:31 -0700

Merge branch 'master' of https://github.com/edvb54/dotfiles

Diffstat:
vimrc | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/vimrc b/vimrc @@ -285,6 +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> @@ -293,10 +294,6 @@ nnoremap <C-L> :bnext<CR> nnoremap <C-J> <C-D> nnoremap <C-K> <C-U> -" TODO: Improve this -" stop ~ from shifting over one every use -nnoremap ~ ~h - " pair completion{{{2 inoremap { {}<Left> inoremap {<CR> {<CR>}<Esc>O