From 0cfce5f57d337bae3c06b6cb00c4804e8b9e370f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 6 Feb 2025 19:20:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-06 19:20:06 --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 56775f4e..3ba2fe55 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -48,6 +48,8 @@ l = "move_next_sub_word_end" L = "move_next_long_word_end" j = "search_next" J = "search_prev" +N = "join_selections" +A-N = "join_selections_space" C-q = ":qa" C-Q = ":qa!" C-m = "jump_view_left"