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:
Micha Moskovic 2014-10-29 18:42:58 +01:00
parent 1ad970379e
commit f179fcf99a

View File

@ -22,4 +22,5 @@ function! UltiSnips#map_keys#MapKeys()
snoremap <silent> <BS> <c-g>c
snoremap <silent> <DEL> <c-g>c
snoremap <silent> <c-h> <c-g>c
snoremap <c-r> <c-g>"_c<c-r>
endf