From a8f7f18192a57ffa0ca061a6a219253dc6d345bd Mon Sep 17 00:00:00 2001 From: Jimmy Thrasher Date: Wed, 15 Jul 2015 14:03:53 -0400 Subject: [PATCH] Document m and M --- README.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index e7dab450..d4256d1f 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -222,6 +222,9 @@ Movement * `e`: select preceding whitespaces and the word on the right of selection end * `alt-[wbe]`: same as [wbe] but select WORD instead of word + * `m`: select to matching character + * `M`: extend selection to matching character + * `x`: select line on which selection end lies (or next line when end lies on an end-of-line) * `alt-x`: expand selections to contain full lines (including end-of-lines)