aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authorDylanBulfin2022-12-23 02:27:20 +0000
committerGitHub2022-12-23 02:27:20 +0000
commit1107296ca9bfd728258a4571be35eb7c811ff3b3 (patch)
treeb44b718366f56bc82a28f3d9d9305fdc312c151a /book/src/keymap.md
parent1b89d3e5350f83b2ffb86a86326bd2714308ee53 (diff)
Add command to merge consecutive ranges in selection (#5047)
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 15329400..272c758b 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -111,6 +111,7 @@
| `s` | Select all regex matches inside selections | `select_regex` |
| `S` | Split selection into subselections on regex matches | `split_selection` |
| `Alt-s` | Split selection on newlines | `split_selection_on_newline` |
+| `Alt-_ ` | Merge consecutive selections | `merge_consecutive_selections` |
| `&` | Align selection in columns | `align_selections` |
| `_` | Trim whitespace from the selection | `trim_selections` |
| `;` | Collapse selection onto a single cursor | `collapse_selection` |