From 20ec47aa04210fdc21cfc805b78bf6df793af868 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 26 Jun 2024 12:00:27 -0500 Subject: [PATCH] u --- dots/helix/config.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dots/helix/config.toml b/dots/helix/config.toml index ebd92c3..f758670 100644 --- a/dots/helix/config.toml +++ b/dots/helix/config.toml @@ -44,5 +44,7 @@ display-messages = true C-s = ":w" # Maps Ctrl-s to the typable command :w which is an alias for :write (save file) #A-down = ["extend_to_line_bounds", "delete_selection", "paste_after"] #A-up = ["extend_to_line_bounds", "delete_selection", "move_line_up", "paste_before"] -"A-down" = [ "extend_to_line_bounds", "extend_line_below", "split_selection_on_newline", "rotate_selection_contents_forward", "rotate_selections_backward", "keep_primary_selection" ] -"A-up" = [ "extend_to_line_bounds", "extend_line_above", "split_selection_on_newline", "rotate_selection_contents_forward", "keep_primary_selection" ] +#"A-down" = [ "extend_to_line_bounds", "extend_line_below", "split_selection_on_newline", "rotate_selection_contents_forward", "rotate_selections_backward", "keep_primary_selection" ] +#"A-up" = [ "extend_to_line_bounds", "extend_line_above", "split_selection_on_newline", "rotate_selection_contents_forward", "keep_primary_selection" ] +"A-down" = [ "keep_primary_selection", "move_line_down", "extend_to_line_bounds", "extend_line_above", "split_selection_on_newline", "select_mode", "goto_line_end_newline", "normal_mode", "rotate_selection_contents_forward", "keep_primary_selection", "move_line_down" ] +"A-up" = [ "keep_primary_selection", "extend_to_line_bounds", "extend_line_above", "split_selection_on_newline", "select_mode", "goto_line_end_newline", "normal_mode", "rotate_selection_contents_forward", "keep_primary_selection" ]