# HG changeset patch # User Christian Brabandt # Date 1693319407 -7200 # Node ID e6dcdc2f95f5afcc6d4cd5d6189dbb749c1c0f57 # Parent 97f84f2714272ae91e77acb103880cc1adfc902c runtime(doc): mention special case of i_CTRL-R_- Commit: https://github.com/vim/vim/commit/a5eb6785efcc36a97e071722408acc20d6c6e606 Author: Christian Brabandt Date: Tue Aug 29 16:22:38 2023 +0200 runtime(doc): mention special case of i_CTRL-R_- closes: https://github.com/vim/vim/issues/12947 Signed-off-by: Christian Brabandt diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt --- 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|)