fix: #501 | delay when use d in visual mode

only if copy_del = false
pull/522/head
Akianonymus 3 years ago committed by siduck76
parent 585266dcef
commit 2356ba069e

@ -39,7 +39,7 @@ M.misc = function()
-- don't yank text on delete ( dd )
if not nvChad_options.copy_del then
map({ "n", "v" }, "dd", '"_dd')
map({ "n", "v" }, "d", '"_d')
end
-- navigation within insert mode

Loading…
Cancel
Save