mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:a5eb6785efcc
runtime(doc): mention special case of i_CTRL-R_-
closes: vim/vim#12947
a5eb6785ef
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
88bf4204ef
commit
c4c5178b8e
@ -119,7 +119,11 @@ CTRL-R {register} *i_CTRL-R*
|
|||||||
'/' the last search pattern
|
'/' the last search pattern
|
||||||
':' the last command-line
|
':' the last command-line
|
||||||
'.' the last inserted text
|
'.' the last inserted text
|
||||||
|
*i_CTRL-R_-*
|
||||||
'-' the last small (less than a line) delete
|
'-' the last small (less than a line) delete
|
||||||
|
register. This is repeatable using |.| since
|
||||||
|
it remembers the register to put instead of
|
||||||
|
the literal text to insert.
|
||||||
*i_CTRL-R_=*
|
*i_CTRL-R_=*
|
||||||
'=' the expression register: you are prompted to
|
'=' the expression register: you are prompted to
|
||||||
enter an expression (see |expression|)
|
enter an expression (see |expression|)
|
||||||
|
Loading…
Reference in New Issue
Block a user