From 66bbba90242e499d7178d4beae1054019067d1c9 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Mon, 3 Oct 2022 23:02:14 +0800 Subject: Select inserted space after join (#3549) * Select inserted space after join * Split join_selections with space selection to A-J Kakoune does that too and some users may still want to retain their selections. * Update join_selections docs--- helix-term/src/keymap/default.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/src/keymap') diff --git a/helix-term/src/keymap/default.rs b/helix-term/src/keymap/default.rs index f07d4028..bad5a81a 100644 --- a/helix-term/src/keymap/default.rs +++ b/helix-term/src/keymap/default.rs @@ -144,6 +144,7 @@ pub fn default() -> HashMap { "<" => unindent, "=" => format_selections, "J" => join_selections, + "A-J" => join_selections_space, "K" => keep_selections, "A-K" => remove_selections, -- cgit v1.2.3-70-g09d2