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 a6ec3c9cbc67ffbe5ea294080c377971aa629545
parent 0e995a614e3676b6ca185c675838ef43e57dbe69
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Mon,  3 Jun 2013 15:47:33 +0200

Insert mode can be escaped by ii

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

diff --git a/.vimrc b/.vimrc @@ -131,3 +131,6 @@ map <Left> <Nop> map <Right> <Nop> map <Up> <Nop> map <Down> <Nop> + +" Remap insert key sequence to escape key +imap ii <Esc>