Add key binding and command to run any other command through input bar

This commit is contained in:
2025-06-15 15:43:12 +03:00
parent e25916228c
commit a3138a9e86
4 changed files with 56 additions and 4 deletions
+4 -1
View File
@@ -37,4 +37,7 @@ keybindings:
command: "menu-edit"
- keybinding: "F3"
cursor_modes: ["buffer","dropdown"]
command: "menu-buffers"
command: "menu-buffers"
- keybinding: "Ctrl-E"
cursor_modes: ["buffer"]
command: "execute"