summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-22 09:29:01 +0200
committerPaul Buetow <paul@buetow.org>2025-12-22 09:29:01 +0200
commitc5e83cbf35c35674f7197b84b6f88ae39998d113 (patch)
treeda6774dae308e8814d0e0bb4c36fcb78143e6b35
parent0b461fa25c4e523ecdc4e8a7ab9ee065c41084f4 (diff)
Update
-rw-r--r--dotfiles/helix/config.toml3
1 files changed, 2 insertions, 1 deletions
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"]