added delete without overwritting clipboard keymap

This commit is contained in:
krolyxon 2022-09-25 15:08:11 +05:30
parent ebecf50da2
commit b34af11443
1 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,13 @@ M.general = {
require("core.utils").close_buffer() require("core.utils").close_buffer()
end, end,
"close buffer", "close buffer",
} },
["<leader>d"] = { "\"_d", "delete without copying into clipboard" },
},
v = {
["<leader>d"] = { "\"_d", "delete without copying into clipboard" },
}, },
x = { x = {