diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-12-01 17:32:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 17:32:48 +0100 |
commit | f88c2490c7971e7f8889e60316ff3767b1a3f92c (patch) | |
tree | 78e83b7a742c708d3655b77f39fe89334d40b3e9 /runtime | |
parent | 70d0bee7655d70e4417143e45ec7b0cf3f92d9d3 (diff) | |
parent | bed9839f46047abd81f7c9b56936ba177829221c (diff) | |
download | rneovim-f88c2490c7971e7f8889e60316ff3767b1a3f92c.tar.gz rneovim-f88c2490c7971e7f8889e60316ff3767b1a3f92c.tar.bz2 rneovim-f88c2490c7971e7f8889e60316ff3767b1a3f92c.zip |
Merge pull request #13425 from bfredl/secretcharm
ex_getln: add secret charm
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/cmdline.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 562a1f23ac..098245b5a8 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -215,6 +215,9 @@ CTRL-Y When there is a modeless selection, copy the selection into the clipboard. If there is no selection CTRL-Y is inserted as a character. + *c_CTRL-Z* +CTRL-Z Trigger 'wildmode'. Same as 'wildcharm', but always available. + CTRL-M or CTRL-J *c_CTRL-M* *c_CTRL-J* *c_<NL>* *c_<CR>* *c_CR* <CR> or <NL> start entered command |