HIGHLIGHT MODE

This commit is contained in:
filipriec
2025-04-15 21:15:58 +02:00
parent f4689125e0
commit 2e9f8815d2
15 changed files with 225 additions and 30 deletions

View File

@@ -49,6 +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]
[keybindings.highlight]
exit_highlight_mode = [esc]
[keybindings.edit]
exit_edit_mode = ["esc","ctrl+e"]