From 0704668d8dc42c984776b101f8134212d20f12c0 Mon Sep 17 00:00:00 2001 From: filipriec Date: Tue, 15 Apr 2025 21:22:13 +0200 Subject: [PATCH] mistakes in config.toml fixed, needs more fixes before the real implementation --- client/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/config.toml b/client/config.toml index a402cc4..0c2ac05 100644 --- a/client/config.toml +++ b/client/config.toml @@ -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"]