:disabled in the edit mode, cant type it tho, needs fix

This commit is contained in:
filipriec
2025-03-23 00:28:51 +01:00
parent 1a529a70bf
commit fef2f12c9a
2 changed files with 19 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# config.toml
[keybindings]
# [keybindings.global]
enter_command_mode = [":", "ctrl+;"]
[keybindings.intro]
next_option = ["j", "Right"]
@@ -40,7 +40,6 @@ move_line_start = ["0"]
move_line_end = ["$"]
move_first_line = ["gg"]
move_last_line = ["x"]
enter_command_mode = [":", "ctrl+;"]
[keybindings.edit]
exit_edit_mode = ["esc","ctrl+e"]