vim:keys: Disable gp mapping for now

It conflicts with the default.
This commit is contained in:
2025-09-03 13:14:44 +02:00
parent d57fbf0e66
commit af0d9e8fd1

View File

@@ -139,7 +139,8 @@ vmap <leader>/ <Esc><leader>v/
" Select last pasted text in same visual mode as it was selected (v, V, or ^V)
" Taken from: https://vim.fandom.com/wiki/Selecting_your_pasted_text
nnoremap <expr> gp '`[' . strpart(getregtype(), 0, 1) . '`]'
" TODO: I want the gp default back - find new mapping
" nnoremap <expr> gp '`[' . strpart(getregtype(), 0, 1) . '`]'
" Git bindings