command mode keybindings propery done

This commit is contained in:
filipriec
2025-02-28 16:54:05 +01:00
parent bd83fb47e1
commit 1bf5eda854
3 changed files with 52 additions and 40 deletions

View File

@@ -6,8 +6,6 @@ quit = [":q", "ctrl+q"]
force_quit = [":q!", "ctrl+shift+q"]
save_and_quit = [":wq", "ctrl+shift+s"]
enter_command_mode = [":", "ctrl+;"]
# MODE SPECIFIC
# READ ONLY MODE
enter_edit_mode_before = ["i"]
@@ -36,9 +34,10 @@ next_field = ["tab", "enter"]
prev_field = ["shift+tab", "backtab"]
# COMMAND MODE
enter_command_mode = [":", "ctrl+;"]
exit_command_mode = ["ctrl+g", "esc"]
command_execute = ["enter"]
command_backspace = ["backspace"]
exit_command_mode = ["ctrl+g", "esc"]
[colors]
theme = "dark"