registers.asciidoc: Link from registers back to the keys that use them.
This commit is contained in:
parent
023a65eeac
commit
1fffd38b56
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user