revert vim paste register hack

This commit is contained in:
Noah Masur 2022-08-14 20:43:36 -06:00
parent 5251f2cd5a
commit 34049fa5fb

View File

@ -75,4 +75,3 @@ key("n", "<A-CR>", ":noh<CR>", { silent = true }) --- Clear search in VimWiki
key("n", "Y", "y$") --- Copy to end of line
key("v", "<C-r>", "y<Esc>:%s/<C-r>+//gc<left><left><left>") --- Substitute selected
key("v", "D", "y'>gp") --- Duplicate selected
key("v", "p", '"_dP') -- Don't overwrite register when pasting