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$