From d223df4c8ffdb7c58ceb4ac8c71c00266f574205 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Feb 2025 19:45:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-05 19:45:03 --- .config/helix/config.toml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index bc7f7c5b..244a1ee4 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -19,29 +19,15 @@ e = "move_visual_line_up" i = "move_char_right" h = "insert_mode" H = "insert_at_line_start" -l = "move_next_word_end" -L = "move_next_long_word_end" +j = "move_next_word_end" +J = "move_next_long_word_end" k = "search_next" K = "search_prev" -[keys.normal.M] +[keys.normal.L] m = "match_brackets" s = "surround_add" r = "surround_replace" d = "surround_delete" a = "select_textobject_around" i = "select_textobject_inner" - - -# A comment... -# m n e i -# M match mode -# N search occurrence -# E end of word -# I insert mode -# h j k l -# L end of word -# H insert -# J match mode -# K Search occurrence -