From c5e83cbf35c35674f7197b84b6f88ae39998d113 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 22 Dec 2025 09:29:01 +0200 Subject: Update --- dotfiles/helix/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/helix/config.toml b/dotfiles/helix/config.toml index 0d96c3f..cdd64b5 100644 --- a/dotfiles/helix/config.toml +++ b/dotfiles/helix/config.toml @@ -42,7 +42,8 @@ newline = "none" [keys.normal] D = ["ensure_selections_forward", "extend_to_line_end"] -S = ["ensure_selections_forward", "extend_to_line_start"] +#S conflicts with split_selection, for now comment out +#S = ["ensure_selections_forward", "extend_to_line_start"] 0 = ["select_mode", "extend_to_file_start"] G = ["ensure_selections_forward", "extend_to_file_end"] "^" = ["move_prev_word_start", "move_next_word_end", "search_selection", "global_search"] -- cgit v1.2.3