diff --git a/.config/vim/vimrc.d/40-keys.vim b/.config/vim/vimrc.d/40-keys.vim index 63a6eb3..b7252d1 100644 --- a/.config/vim/vimrc.d/40-keys.vim +++ b/.config/vim/vimrc.d/40-keys.vim @@ -42,6 +42,8 @@ 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