summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-08-29 16:22:38 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-29 16:23:22 +0200
commita5eb6785efcc36a97e071722408acc20d6c6e606 (patch)
treef97ea75dc63e256201d6576001b0f3522b3f5933 /runtime/doc/insert.txt
parent7129de868cc00fb2644aa17c06c42f7bd58a2650 (diff)
runtime(doc): mention special case of i_CTRL-R_-
closes: #12947 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index ccf5178a8a..6248f742f7 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -127,7 +127,11 @@ CTRL-R {register} *i_CTRL-R*
'/' the last search pattern
':' the last command-line
'.' the last inserted text
+ *i_CTRL-R_-*
'-' 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_=*
'=' the expression register: you are prompted to
enter an expression (see |expression|)