From 85b9b3b51662f736b4e11b0eb8b2cac0707ebbd7 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 21 Feb 2013 18:53:49 -0500 Subject: [PATCH] Remap & to include flags Closes #30. --- plugin/sensible.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index 0b52aaf..d8b0b2b 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -98,6 +98,8 @@ if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# '' runtime! macros/matchit.vim endif +nnoremap & :&& +xnoremap & :&& " Make Y consistent with C and D. See :help Y. nnoremap Y y$