# HG changeset patch # User Zeger Van de Vannet # Date 1748164889 -7200 # Node ID 5c15a689578bcf17616c6f169e9cb374be6fb225 # Parent 93bbde4bf6ec9ec6a3f3fcdb3a941ebb4907e580 feat: tweak behaviour of X mapping diff -r 93bbde4bf6ec -r 5c15a689578b dot_config/helix/config.toml.tmpl --- a/dot_config/helix/config.toml.tmpl Wed Jul 09 14:31:45 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"