Skip to content

Commit 45e5148

Browse files
committed
Add visual mode system register substitute mapping
1 parent d00b3e3 commit 45e5148

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/mappings/neovim.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ function! SystemClipboardMappings(register, quiet)
182182
exec 'nnoremap <Leader>P "' . a:register . 'P'
183183

184184
" Substitute from the system clipboard with easyclip.
185+
exec 'vmap <C-;> "' . a:register . ':'
185186
exec 'nmap <C-;> "' . a:register . ':'
186187
exec 'nmap <C-;><C-;> "' . a:register . '::'
187188

0 commit comments

Comments
 (0)