diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-01-27 08:52:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 08:52:08 +0100 |
commit | 9c4e617064a100856bb06e1dec5be27cf22f78f4 (patch) | |
tree | fbfba6517d2222b43617805788c20af113abaf94 /runtime | |
parent | c4b906f34104019e109919b4537ce8c11205394a (diff) | |
parent | d7ab4e819a89c12b74772217e725c640858a18c6 (diff) | |
download | rneovim-9c4e617064a100856bb06e1dec5be27cf22f78f4.tar.gz rneovim-9c4e617064a100856bb06e1dec5be27cf22f78f4.tar.bz2 rneovim-9c4e617064a100856bb06e1dec5be27cf22f78f4.zip |
Merge pull request #17166 from Shougo/vim-8.2.4160
vim-patch:8.2.4160: cannot change the register used for Select mode d…
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/visual.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/visual.txt b/runtime/doc/visual.txt index 4a69fc989b..5563a56216 100644 --- a/runtime/doc/visual.txt +++ b/runtime/doc/visual.txt @@ -478,6 +478,10 @@ Commands in Select mode: - ESC stops Select mode. - CTRL-O switches to Visual mode for the duration of one command. *v_CTRL-O* - CTRL-G switches to Visual mode. +- CTRL-R {register} selects the register to be used for the text that is + deleted when typing text. *v_CTRL-R* + Unless you specify the "_" (black hole) register, the unnamed register is + also overwritten. Otherwise, typed characters are handled as in Visual mode. |