diff options
author | vwkd | 2023-02-13 19:46:47 +0000 |
---|---|---|
committer | GitHub | 2023-02-13 19:46:47 +0000 |
commit | 72e5704f528e85a0aeb331587391572f7a93ef42 (patch) | |
tree | 875c5111b86a3b66dfce01878a0e59f75561b0cd | |
parent | 2bebc5042e5e50a6cd7691f3590184c4499376a7 (diff) |
docs: clarify `join_selections_space` (#5969)
-rw-r--r-- | book/src/keymap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 0550e57f..8864ab69 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -130,7 +130,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` | -| `Alt-J` | Join lines inside selection and select space | `join_selections_space` | +| `Alt-J` | Join lines inside selection and select the inserted 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` | |