vim:keys: Add mapping for "+Y

This commit is contained in:
2022-03-30 14:55:39 +02:00
parent ef438aeac1
commit 55cfb89a8d

View File

@@ -32,6 +32,7 @@ endif
" Interact with the system clipboard
if (has('clipboard') || has('nvim'))
map <leader>y "+y
map <leader>Y "+Y
map <leader>d "+d
map <leader>p "+p
map <leader>P "+P