From 85d5dc6ef6d9d1db2671c5355b218a14277ae9be Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Feb 2025 20:00:03 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-05 20:00:03 --- .config/helix/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 244a1ee4..3cdc7c5a 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -24,10 +24,13 @@ J = "move_next_long_word_end" k = "search_next" K = "search_prev" -[keys.normal.L] +[keys.normal.l] m = "match_brackets" +l = "match_brackets" s = "surround_add" r = "surround_replace" d = "surround_delete" a = "select_textobject_around" i = "select_textobject_inner" + +[keys.normal."C-w"]