mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-22 23:31:05 +00:00
feat: add <Delete> to [input] keymap (#665)
This commit is contained in:
parent
4222c0ed45
commit
4b1783765f
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ keymap = [
|
|||
|
||||
# Delete
|
||||
{ on = [ "<Backspace>" ], exec = "backspace", desc = "Delete the character before the cursor" },
|
||||
{ on = [ "<Delete>" ], exec = "backspace --under", desc = "Delete the character under the cursor" },
|
||||
{ on = [ "<C-h>" ], exec = "backspace", desc = "Delete the character before the cursor" },
|
||||
{ on = [ "<C-d>" ], exec = "backspace --under", desc = "Delete the character under the cursor" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue