Fixing Y behaviour
This commit is contained in:
parent
ee0892daec
commit
8ada208c01
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user