dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 984ce060ec3c01977c1f953638d6d9a6d666cc74
parent a914c031a82dd1c587955e977c0606349b486891
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 10 Sep 2013 10:43:49 +0200

Unmapped C-j, which was interfering from some plugin

Diffstat:
M.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -92,6 +92,7 @@ endif """ Keyboard shortcuts " Resize with <C-h>, <C-j>, <C-k> and <C-l> +unmap <C-j> map <C-h> <C-w>h map <C-j> <C-w>j map <C-k> <C-w>k