chore(yazi): Add backspace

This commit is contained in:
DashieTM 2025-10-10 21:08:59 +02:00
parent 2c218306b9
commit af31c8f5f0
2 changed files with 9 additions and 4 deletions

View file

@ -102,6 +102,11 @@
};
keymap = {
mgr.keymap = [
{
on = "<Backspace>";
run = "backspace";
desc = "Delete the character before the cursor";
}
{
on = ["<Esc>"];
run = "escape";