diff --git a/config.toml b/config.toml index 4e35f54..cfbd51a 100644 --- a/config.toml +++ b/config.toml @@ -81,6 +81,7 @@ G = ["select_mode", "extend_to_line_bounds", "goto_last_line", "extend_to_line_b w = ["move_next_word_start", "yank_main_selection_to_clipboard", "delete_selection"] W = ["move_next_long_word_start", "yank_main_selection_to_clipboard", "delete_selection"] g = { g = ["select_mode", "extend_to_line_bounds", "goto_file_start", "extend_to_line_bounds", "yank_main_selection_to_clipboard", "delete_selection", "normal_mode"] } +"$" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] [keys.normal.y] y = ["extend_to_line_bounds", "yank_main_selection_to_clipboard", "normal_mode", "collapse_selection"] @@ -92,6 +93,7 @@ G = ["select_mode", "extend_to_line_bounds", "goto_last_line", "extend_to_line_b w = ["move_next_word_start", "yank_main_selection_to_clipboard", "collapse_selection", "normal_mode"] W = ["move_next_long_word_start", "yank_main_selection_to_clipboard", "collapse_selection", "normal_mode"] g = { g = ["select_mode", "extend_to_line_bounds", "goto_file_start", "extend_to_line_bounds", "yank_main_selection_to_clipboard", "collapse_selection", "normal_mode"] } +"$" = ["ensure_selections_forward", "extend_to_line_end", "yank_main_selection_to_clipboard", "collapse_selection", "normal_mode" ] [keys.insert] # Escape the madness! No more fighting with the cursor! Or with multiple cursors!