This commit is contained in:
committer
2024-06-26 11:58:26 -05:00
parent 175bae31e8
commit ce9e3fcd4e

View File

@@ -42,5 +42,7 @@ display-messages = true
[keys.insert]
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", "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" ]