added delete without overwritting clipboard keymap
This commit is contained in:
parent
ebecf50da2
commit
b34af11443
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Reference in New Issue