mistakes in config.toml fixed, needs more fixes before the real implementation

This commit is contained in:
filipriec
2025-04-15 21:22:13 +02:00
parent 2e9f8815d2
commit 0704668d8d

View File

@@ -49,11 +49,11 @@ move_line_start = ["0"]
move_line_end = ["$"]
move_first_line = ["gg"]
move_last_line = ["x"]
highlight_mode = [v]
highlight_mode_full_line = [ctrl+v]
highlight_mode = ["v"]
# highlight_mode_full_line = ["ctrl+v"]
[keybindings.highlight]
exit_highlight_mode = [esc]
exit_highlight_mode = ["esc"]
[keybindings.edit]
exit_edit_mode = ["esc","ctrl+e"]