From eb4f60dd7abdd10f04317c9d4879acf3f1002f9d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 10 Jun 2015 20:48:22 +0200 Subject: Tweaked window resizing and vim navigation bindings * halved horizontal window resize grid width * added `J` and `K` mappings for easier section navigation * fixed pentadactly `guioptions` which were incompatible with it's latest version --- vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim') diff --git a/vim/.vimrc b/vim/.vimrc index 8e980eb..835c298 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -54,6 +54,8 @@ nnoremap cc "+p nnoremap gT nnoremap gt nnoremap zz +nnoremap J } +nnoremap K { nmap << nmap >> -- cgit v1.2.3