Merge pull request #364 from lfilho/yankring-Y-behaviour
Fixing Y behaviour
This commit is contained in:
commit
481ec0d887
@ -14,6 +14,9 @@ nnoremap ,ow "_diwhp
|
|||||||
|
|
||||||
"make Y consistent with C and D
|
"make Y consistent with C and D
|
||||||
nnoremap Y y$
|
nnoremap Y y$
|
||||||
|
function! YRRunAfterMaps()
|
||||||
|
nnoremap Y :<C-U>YRYankCount 'y$'<CR>
|
||||||
|
endfunction
|
||||||
|
|
||||||
" ========================================
|
" ========================================
|
||||||
" RSI Prevention - keyboard remaps
|
" RSI Prevention - keyboard remaps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user