chore(yazi): Add backspace

This commit is contained in:
DashieTM 2025-10-10 21:08:59 +02:00
parent af31c8f5f0
commit ec3d1a8339

View file

@ -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";