From a0e72a57a26c9aa4cac2d8e8fa9e410755f04eb7 Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Mon, 29 Aug 2016 11:48:40 +0300 Subject: [PATCH] Document the `` shortcut to merge selections --- README.asciidoc | 1 + doc/manpages/shortcuts.asciidoc | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 4c5b6099..3be86bbd 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -393,6 +393,7 @@ Changes * `alt-j`: join selected lines * `alt-J`: join selected lines and select spaces inserted in place of line breaks + * `alt-m`: merge contiguous selections together (works across lines as well) * `>`: indent selected lines * `alt->`: indent selected lines, including empty lines diff --git a/doc/manpages/shortcuts.asciidoc b/doc/manpages/shortcuts.asciidoc index 10d3b85c..5fc9edf9 100644 --- a/doc/manpages/shortcuts.asciidoc +++ b/doc/manpages/shortcuts.asciidoc @@ -222,6 +222,9 @@ Changes **:: join selected lines and select spaces inserted in place of line breaks +**:: + merge contiguous selections together (works across lines as well) + *>*:: indent selected lines