summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]