diff dot_config/helix/config.toml.tmpl @ 1099:b8e1984ac14d draft tip

feat: tweak behaviour of X mapping
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 25 May 2025 11:21:29 +0200
parents 226a6d4a1f30
children
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl	Mon May 19 20:56:09 2025 +0200
+++ b/dot_config/helix/config.toml.tmpl	Sun May 25 11:21:29 2025 +0200
@@ -37,7 +37,7 @@
 C-f = "move_char_right"
 
 [keys.normal]
-x = "extend_line"
+X = ["extend_line_up", "extend_to_line_bounds"]
 
 [keys.normal."space"]
 o = "file_explorer_in_current_buffer_directory"