vim:keys: Add <leader>g[pP] for system clipboard

This commit is contained in:
2025-09-03 11:59:45 +02:00
parent af0d9e8fd1
commit 2bceafeb4e

View File

@@ -42,6 +42,8 @@ if (has('clipboard'))
map <leader>Y "+Y
map <leader>p "+p
map <leader>P "+P
map <leader>gp "+gp
map <leader>gP "+gP
endif
" Do not move the cursor to the start of the selection after a yank