vim:keys: Revert "Add <leader>g[pP] for system clipboard"
This reverts commit 2bceafeb4e.
`<leader>gp` conflicts with GitGutterPreviewHunk.
This commit is contained in:
@@ -42,8 +42,6 @@ if (has('clipboard'))
|
|||||||
map <leader>Y "+Y
|
map <leader>Y "+Y
|
||||||
map <leader>p "+p
|
map <leader>p "+p
|
||||||
map <leader>P "+P
|
map <leader>P "+P
|
||||||
map <leader>gp "+gp
|
|
||||||
map <leader>gP "+gP
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Do not move the cursor to the start of the selection after a yank
|
" Do not move the cursor to the start of the selection after a yank
|
||||||
|
|||||||
Reference in New Issue
Block a user