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--- book/src/keymap.md | 1 + 1 file changed, 1 insertion(+) (limited to 'book') diff --git a/book/src/keymap.md b/book/src/keymap.md index 6d90d802..a47f20f3 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -129,6 +129,7 @@ | `X` | Extend selection to line bounds (line-wise selection) | `extend_to_line_bounds` | | `Alt-x` | Shrink selection to line bounds (line-wise selection) | `shrink_to_line_bounds` | | `J` | Join lines inside selection | `join_selections` | +| `A-J` | Join lines inside selection and select space | `join_selections_space` | | `K` | Keep selections matching the regex | `keep_selections` | | `Alt-K` | Remove selections matching the regex | `remove_selections` | | `Ctrl-c` | Comment/uncomment the selections | `toggle_comments` | -- cgit v1.2.3-70-g09d2