From a0bcdd83df6d279f22042915266b53e70e80c140 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 10 Nov 2015 20:30:27 +0000 Subject: Document default registers --- src/input_handler.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/input_handler.cc') diff --git a/src/input_handler.cc b/src/input_handler.cc index 6b35fcc5..2cb1f379 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -149,7 +149,12 @@ constexpr StringView register_doc = "Special registers:\n" " * %: buffer name\n" " * .: selection contents\n" - " * #: selection index\n"; + " * #: selection index\n" + " * [0-9]: selections capture group\n" + " * \": default yank/paste register\n" + " * @: default macro register\n" + " * /: default search register\n" + " * ^: default mark register\n"; class Normal : public InputMode { -- cgit v1.2.3