diff options
| author | Tim Allen <screwtape@froup.com> | 2019-12-06 18:41:27 +1100 |
|---|---|---|
| committer | Tim Allen <screwtape@froup.com> | 2019-12-06 18:41:27 +1100 |
| commit | 1fffd38b568250ee8f54dc837ff1bf3ecb451a7c (patch) | |
| tree | 32009432071052d450547b1fad106553cf2dfb63 | |
| parent | 023a65eeac61c37fc26ff3bf87b0f1316d561c2c (diff) | |
registers.asciidoc: Link from registers back to the keys that use them.
| -rw-r--r-- | doc/pages/registers.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/pages/registers.asciidoc b/doc/pages/registers.asciidoc index f6ce7f4b..ac0f08a8 100644 --- a/doc/pages/registers.asciidoc +++ b/doc/pages/registers.asciidoc @@ -27,23 +27,28 @@ All normal-mode commands using a register default to a specific one if not speci *"* (dquote):: default delete / copy / paste / replace register, used by: *c*, *d*, *y*, *p*, *<a-p>*, *<P>*, *<a-P>*, *R* and *<a-R>* + (see <<keys#changes, `:doc keys changes`>>) */* (slash):: default search / regex register, used by: */*, *<a-/>*, *?*, *<a-?>*, *n*, *<a-n>*, *N*, *<a-N>*, ***, *<a-*>*, *s*, *S*, *<a-k>* and *<a-K>* + (see <<keys#searching, `:doc keys searching`>>) *@* (arobase):: default macro register, used by: *q* and *Q* + (see <<keys#macros, `:doc keys macros`>>) *^* (caret):: default mark register, used by: *z*, *<a-z>*, *Z* and *<a-Z>* + (see <<keys#marks, `:doc keys marks`>>) *|* (pipe):: default shell command register, used by commands that spawn a subshell: *|*, *<a-|>*, *!* and *<a-!>* + (see <<keys#changes-through-external-programs, `:doc keys changes-through-external-programs`>>) == Special registers |
