This commit is contained in:
committer
2024-06-26 20:48:53 -05:00
parent e422a72729
commit c1f41ef565

View File

@@ -52,14 +52,8 @@ C-s = ":w" # Maps Ctrl-s to the typable command :w which is an alias for :write
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", "insert_mode" ] 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", "insert_mode" ]
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", "insert_mode" ] 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", "insert_mode" ]
A-right = [ "move_next_word_start" ] A-right = [ "move_next_word_end" ]
A-left = [ "move_prev_word_start" ] A-left = [ "move_prev_word_start" ]
# https://github.com/helix-editor/helix/issues/136
#w Move next word start move_next_word_start A-w = [":toggle soft-wrap.enable", ":redraw"]
#b Move previous word start move_prev_word_start
#e Move next word end move_next_word_end
#W Move next WORD start move_next_long_word_start
#B Move previous WORD start move_prev_long_word_start
#E Move next WORD end move_next_long_word_end