From a34cdab69474f5aae223f43658cd5c6f6c217eb9 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 3 Sep 2025 15:01:57 +0200 Subject: [PATCH] vim:keys: Revert "Add `g[pP]` for system clipboard" This reverts commit 2bceafeb4e53f54c5e0e1fca68bac98f0056b31a. `gp` conflicts with GitGutterPreviewHunk. --- .config/vim/vimrc.d/40-keys.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index c6f4def..ec15519 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -42,8 +42,6 @@ if (has('clipboard')) map Y "+Y map p "+p map P "+P - map gp "+gp - map gP "+gP endif " Do not move the cursor to the start of the selection after a yank