added zoxide, allowed proper backspacing in zsh

This commit is contained in:
Gabe Venberg 2024-02-21 11:38:58 -06:00
parent 090ba124d0
commit acb21f084f
3 changed files with 11 additions and 3 deletions

View file

@ -174,6 +174,7 @@ keymap = [
{ on = [ "<C-q>" ], exec = "close", desc = "Cancel input" },
{ on = [ "<Enter>" ], exec = "close --submit", desc = "Submit the input" },
{ on = [ "<Esc>" ], exec = "escape", desc = "Go back the normal mode, or cancel input" },
{ on = [ "<Backspace>" ], exec = "backspace" },
# Mode
{ on = [ "i" ], exec = "insert", desc = "Enter insert mode" },