summaryrefslogtreecommitdiff
path: root/src/input_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_handler.cc')
-rw-r--r--src/input_handler.cc7
1 files changed, 6 insertions, 1 deletions
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
{