From 9b0bc8538e3368974be738e03471a539e92b2c70 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 14:45:08 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 14:45:08 --- .config/helix/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 8b9e2778..5d0f59b2 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -27,8 +27,8 @@ h = "insert_mode" H = "insert_at_line_start" w = "move_next_sub_word_start" b = "move_prev_sub_word_start" -j = "move_next_sub_word_end" -J = "move_next_long_word_end" +l = "move_next_sub_word_end" +L = "move_next_long_word_end" k = "search_next" K = "search_prev" C-q = ":qa" @@ -53,9 +53,9 @@ k = "extend_search_next" K = "extend_search_prev" j = "extend_next_sub_word_end" J = "extend_next_long_word_end" -[keys.normal.l] +[keys.normal.j] m = "match_brackets" -l = "match_brackets" +j = "match_brackets" s = "surround_add" r = "surround_replace" d = "surround_delete"