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()
|
||||
end,
|
||||
"close buffer",
|
||||
}
|
||||
},
|
||||
|
||||
["<leader>d"] = { "\"_d", "delete without copying into clipboard" },
|
||||
},
|
||||
|
||||
v = {
|
||||
["<leader>d"] = { "\"_d", "delete without copying into clipboard" },
|
||||
},
|
||||
|
||||
x = {
|
||||
|
|
|
|||
Reference in New Issue