From c0f0674fa5247d4bc444e684f29e1a2ab68be65f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 3 Jan 2012 14:07:33 +0100 Subject: [PATCH] vimrc: Add support to undo , and in insert mode. --- vimrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.44.1