chore(yazi): Add backspace
This commit is contained in:
parent
af31c8f5f0
commit
ec3d1a8339
1 changed files with 5 additions and 0 deletions
|
|
@ -768,6 +768,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
input.keymap = [
|
input.keymap = [
|
||||||
|
{
|
||||||
|
on = "<Backspace>";
|
||||||
|
run = "backspace";
|
||||||
|
desc = "Delete the character before the cursor";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
on = ["<C-q>"];
|
on = ["<C-q>"];
|
||||||
run = "close";
|
run = "close";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue