mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
add doc
This commit is contained in:
parent
ba283d0a09
commit
6c819f3b00
@ -176,6 +176,7 @@ nnoremap <silent> <A-j> <Cmd>call utils#SwitchLine(line('.'), 'down')<CR>
|
||||
xnoremap <silent> <A-k> :<C-U>call utils#MoveSelection('up')<CR>
|
||||
xnoremap <silent> <A-j> :<C-U>call utils#MoveSelection('down')<CR>
|
||||
|
||||
" Replace visual selection with text in register, but not contaminate the register.
|
||||
" Replace visual selection with text in register, but not contaminate the
|
||||
" register, see also https://stackoverflow.com/q/10723700/6064933.
|
||||
xnoremap p "_c<ESC>p
|
||||
"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user