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"