chore(yazi): Add backspace
This commit is contained in:
parent
2c218306b9
commit
af31c8f5f0
2 changed files with 9 additions and 4 deletions
|
|
@ -102,6 +102,11 @@
|
|||
};
|
||||
keymap = {
|
||||
mgr.keymap = [
|
||||
{
|
||||
on = "<Backspace>";
|
||||
run = "backspace";
|
||||
desc = "Delete the character before the cursor";
|
||||
}
|
||||
{
|
||||
on = ["<Esc>"];
|
||||
run = "escape";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue