doc: complete list of normal commands using default registers

This commit is contained in:
Delapouite 2018-10-27 17:01:15 +02:00
parent 3b40ab82f4
commit 794f84498c

View File

@ -22,25 +22,28 @@ in contexts where only alphanumeric identifiers are possible.
== Default registers == Default registers
Most commands using a register default to a specific one if not specified: All normal-mode commands using a register default to a specific one if not specified:
*"* (dquote):: *"* (dquote)::
default copy register, used by yanking and pasting commands like *y*, *p* default delete / copy / paste / replace register, used by:
and *R* *c*, *d*, *y*, *p*, *<a-p>*, *<P>*, *<a-P>*, *R* and *<a-R>*
*/* (slash):: */* (slash)::
default search register, used by regex based commands like *s*, ***, default search / regex register, used by:
*/* or *<a-k>*. */*, *<a-/>*, *?*, *<a-?>*, *n*, *<a-n>*, *N*, *<a-N>*, ***, *<a-*>*,
*s*, *S*, *<a-k>* and *<a-K>*
*@* (arobase):: *@* (arobase)::
default macro register, used by *q* and *Q* default macro register, used by:
*q* and *Q*
*^* (caret):: *^* (caret)::
default mark register, used by *z* and *Z* default mark register, used by:
*z*, *<a-z>*, *Z* and *<a-Z>*
*|* (pipe):: *|* (pipe)::
default shell command register, used by command that spawn a subshell such as default shell command register, used by commands that spawn a subshell:
*|*, *<a-|>*, *!* or *<a-!>* *|*, *<a-|>*, *!* and *<a-!>*
== Special registers == Special registers