Remap & to include flags

Closes #30.
This commit is contained in:
Tim Pope
2013-02-21 18:53:49 -05:00
parent 228787e62a
commit 85b9b3b516

View File

@@ -98,6 +98,8 @@ if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
runtime! macros/matchit.vim
endif
nnoremap & :&&<CR>
xnoremap & :&&<CR>
" Make Y consistent with C and D. See :help Y.
nnoremap Y y$