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 c4ee6cf70533ca47926390f5623ffc00f1f44ba9
parent bd3e5b1c47a1074877e378a6edb77eba69118775
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 27 Nov 2013 20:54:07 +0100

Added kj mapping for Esc

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

diff --git a/.vimrc b/.vimrc @@ -158,6 +158,7 @@ map <C-l> <C-w>l " Use home row keys as Esc inoremap jk <Esc> +inoremap kj <Esc> " Disable arrow keys map <Left> <Nop>