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)::
|
*"* (dquote)::
|
||||||
default delete / copy / paste / replace register, used by:
|
default delete / copy / paste / replace register, used by:
|
||||||
*c*, *d*, *y*, *p*, *<a-p>*, *<P>*, *<a-P>*, *R* and *<a-R>*
|
*c*, *d*, *y*, *p*, *<a-p>*, *<P>*, *<a-P>*, *R* and *<a-R>*
|
||||||
|
(see <<keys#changes, `:doc keys changes`>>)
|
||||||
|
|
||||||
*/* (slash)::
|
*/* (slash)::
|
||||||
default search / regex register, used by:
|
default search / regex register, used by:
|
||||||
*/*, *<a-/>*, *?*, *<a-?>*, *n*, *<a-n>*, *N*, *<a-N>*, ***, *<a-*>*,
|
*/*, *<a-/>*, *?*, *<a-?>*, *n*, *<a-n>*, *N*, *<a-N>*, ***, *<a-*>*,
|
||||||
*s*, *S*, *<a-k>* and *<a-K>*
|
*s*, *S*, *<a-k>* and *<a-K>*
|
||||||
|
(see <<keys#searching, `:doc keys searching`>>)
|
||||||
|
|
||||||
*@* (arobase)::
|
*@* (arobase)::
|
||||||
default macro register, used by:
|
default macro register, used by:
|
||||||
*q* and *Q*
|
*q* and *Q*
|
||||||
|
(see <<keys#macros, `:doc keys macros`>>)
|
||||||
|
|
||||||
*^* (caret)::
|
*^* (caret)::
|
||||||
default mark register, used by:
|
default mark register, used by:
|
||||||
*z*, *<a-z>*, *Z* and *<a-Z>*
|
*z*, *<a-z>*, *Z* and *<a-Z>*
|
||||||
|
(see <<keys#marks, `:doc keys marks`>>)
|
||||||
|
|
||||||
*|* (pipe)::
|
*|* (pipe)::
|
||||||
default shell command register, used by commands that spawn a subshell:
|
default shell command register, used by commands that spawn a subshell:
|
||||||
*|*, *<a-|>*, *!* and *<a-!>*
|
*|*, *<a-|>*, *!* and *<a-!>*
|
||||||
|
(see <<keys#changes-through-external-programs, `:doc keys changes-through-external-programs`>>)
|
||||||
|
|
||||||
== Special registers
|
== Special registers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user