Fixing Y behaviour

This commit is contained in:
Luiz Gonzaga dos Santos Filho 2013-06-16 21:10:45 +02:00
parent ee0892daec
commit 8ada208c01

View File

@ -14,6 +14,9 @@ nnoremap ,ow "_diwhp
"make Y consistent with C and D
nnoremap Y y$
function! YRRunAfterMaps()
nnoremap Y :<C-U>YRYankCount 'y$'<CR>
endfunction
" ========================================
" RSI Prevention - keyboard remaps