Map <c-r> in select mode
This works exactly as in insert mode, only the " character over the next letter is not shown
This commit is contained in:
parent
1ad970379e
commit
f179fcf99a
@ -22,4 +22,5 @@ function! UltiSnips#map_keys#MapKeys()
|
|||||||
snoremap <silent> <BS> <c-g>c
|
snoremap <silent> <BS> <c-g>c
|
||||||
snoremap <silent> <DEL> <c-g>c
|
snoremap <silent> <DEL> <c-g>c
|
||||||
snoremap <silent> <c-h> <c-g>c
|
snoremap <silent> <c-h> <c-g>c
|
||||||
|
snoremap <c-r> <c-g>"_c<c-r>
|
||||||
endf
|
endf
|
||||||
|
Loading…
Reference in New Issue
Block a user