From 80d504297d835602e253ef5d07e297893740c670 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 24 Feb 2025 12:15:12 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-24 12:15:12 --- .config/helix/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 22ca7b89..a5eb3583 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -96,6 +96,7 @@ b = "move_prev_word_start" C-b = "move_prev_sub_word_start" l = "move_next_word_end" C-l = "move_next_sub_word_end" +A-l = "move_prev_sub_word_start" [keys.normal."["] x = "extend_line_above" @@ -116,6 +117,7 @@ h = ':toggle lsp.display-inlay-hints' m = "extend_to_line_start" i = "extend_to_line_end" I = "extend_to_line_end_newline" + [keys.select] X = "extend_line_above" ret = "extend_to_word" @@ -128,7 +130,10 @@ J = "extend_search_prev" C-l = "extend_next_sub_word_end" l = "extend_next_word_end" C-w = "extend_next_sub_word_start" +C-b = "extend_prev_sub_word_start" L = "extend_next_long_word_end" +A-l = "extend_prev_sub_word_start" + [keys.normal.k] m = "match_brackets" k = "match_brackets"