Drop Y and && mappings

This is why we can't have nice things.

Closes #47.
This commit is contained in:
Tim Pope
2013-08-02 00:03:37 -04:00
parent 196fcfb728
commit e48a40534c

View File

@@ -87,9 +87,5 @@ if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
endif
inoremap <C-U> <C-G>u<C-U>
nnoremap & :&&<CR>
xnoremap & :&&<CR>
" Make Y consistent with C and D. See :help Y.
nnoremap Y y$
" vim:set ft=vim et sw=2: