# HG changeset patch # User Zeger Van de Vannet # Date 1748164889 -7200 # Node ID b8e1984ac14d33cae6efd38cbff3083ce567d2b5 # Parent 1d163e43854a285cef29a884740c9271cfcf8104 feat: tweak behaviour of X mapping diff -r 1d163e43854a -r b8e1984ac14d dot_config/helix/config.toml.tmpl --- 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"