Merge pull request #364 from lfilho/yankring-Y-behaviour

Fixing Y behaviour
This commit is contained in:
Yan Pritzker 2013-08-01 09:10:00 -07:00
commit 481ec0d887

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