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

Added 'jk' mapping to Esc

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

diff --git a/.vimrc b/.vimrc @@ -156,6 +156,9 @@ map <C-j> <C-w>j map <C-k> <C-w>k map <C-l> <C-w>l +" Use home row keys as Esc +inoremap jk <Esc> + " Disable arrow keys map <Left> <Nop> map <Right> <Nop>