We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00b3e3 commit 45e5148Copy full SHA for 45e5148
1 file changed
plugin/mappings/neovim.vim
@@ -182,6 +182,7 @@ function! SystemClipboardMappings(register, quiet)
182
exec 'nnoremap <Leader>P "' . a:register . 'P'
183
184
" Substitute from the system clipboard with easyclip.
185
+ exec 'vmap <C-;> "' . a:register . ':'
186
exec 'nmap <C-;> "' . a:register . ':'
187
exec 'nmap <C-;><C-;> "' . a:register . '::'
188
0 commit comments