From 0c23b5a1a4288c4c0a2aef82655fcbc9ad5f58a4 Mon Sep 17 00:00:00 2001 From: Alex von Gluck Date: Fri, 6 Oct 2023 14:03:00 -0500 Subject: [PATCH] delete/yank: Add missing delete/yank to end of line --- config.toml | 2 ++ 1 file changed, 2 insertions(+) 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!