mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 21:13:48 -05:00
Drop Y and && mappings
This is why we can't have nice things. Closes #47.
This commit is contained in:
@@ -87,9 +87,5 @@ if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
inoremap <C-U> <C-G>u<C-U>
|
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:
|
" vim:set ft=vim et sw=2:
|
||||||
|
|||||||
Reference in New Issue
Block a user