From 9ca7bed8eae11014332a88a5f5a420288d5af083 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 23 Feb 2013 11:43:23 -0500 Subject: [PATCH] Break undo after CTRL-U Closes #28 --- plugin/sensible.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index d8b0b2b..e8401d9 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -98,6 +98,7 @@ if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# '' runtime! macros/matchit.vim endif +inoremap u nnoremap & :&& xnoremap & :&& " Make Y consistent with C and D. See :help Y.