From: Simon Ruderich Date: Tue, 3 Jan 2012 13:07:33 +0000 (+0100) Subject: vimrc: Add support to undo , and in insert mode. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=c0f0674fa5247d4bc444e684f29e1a2ab68be65f;p=config%2Fdotfiles.git vimrc: Add support to undo , and in insert mode. --- diff --git a/vimrc b/vimrc index 9e98ef6..6516546 100644 --- a/vimrc +++ b/vimrc @@ -332,6 +332,12 @@ noremap :nohlsearch " line so the change can be undone. Thanks to the vimrc_example.vim file in " Vim's source. inoremap u +" Same for (insert previously inserted text and leave insert mode). +inoremap u +" And for (insert previously inserted text). +inoremap u +" And for (delete word before cursor). +inoremap u " ABBREVIATIONS