FIXED CRUCIAL BUG of two same shortcuts defined in the config

This commit is contained in:
filipriec
2025-04-15 22:28:12 +02:00
parent bc6471fa54
commit 91ad2b0caf
3 changed files with 141 additions and 108 deletions

View File

@@ -56,7 +56,9 @@ enter_highlight_mode = ["v"]
exit_highlight_mode = ["esc"]
[keybindings.edit]
exit_edit_mode = ["esc","ctrl+e"]
# exit_edit_mode = ["esc","ctrl+e"]
# exit_suggestion_mode = ["esc"]
exit = ["esc", "ctrl+e"]
delete_char_forward = ["delete"]
delete_char_backward = ["backspace"]
next_field = ["enter"]
@@ -66,7 +68,6 @@ move_right = ["right"]
suggestion_down = ["ctrl+n", "tab"]
suggestion_up = ["ctrl+p", "shift+tab"]
select_suggestion = ["enter"]
exit_suggestion_mode = ["esc"]
[keybindings.command]
exit_command_mode = ["ctrl+g", "esc"]