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

This reverts commit 2bceafeb4e.

`<leader>gp` conflicts with GitGutterPreviewHunk.
This commit is contained in:
2025-09-03 15:01:57 +02:00
parent 456f71d939
commit a34cdab694

View File

@@ -42,8 +42,6 @@ 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