update git diff

This commit is contained in:
Alexander Navarro 2025-02-27 11:55:54 -03:00
parent 769700b5ec
commit da22992983
4 changed files with 77 additions and 37 deletions

View file

@ -41,6 +41,8 @@ prepend_keymap = [
{ on = ["g", "<Space>"], run = "cd --interactive", desc = "Go to a directory interactively" },
]
[input]
keymap = [{ on = ["<Esc>"], run = "escape --all", desc = "Go back the normal mode, or cancel input" }]
[help]
prepend_keymap = [{ on = "q", run = "escape", desc = "Clear the filter, or hide the help" }]