aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-12-07 21:17:12 -0500
committerGitHub <noreply@github.com>2021-12-07 21:17:12 -0500
commit5abd7c2c1487976f538ce510b06497fffd7e5252 (patch)
tree968e8b5ae41484a324e9b240f42e295d6100013f /runtime
parentbe768be6b7ee896277971593e9287a86bc41efb2 (diff)
parent361f548437a0a9b620db620356fdd405d24a7b34 (diff)
downloadrneovim-5abd7c2c1487976f538ce510b06497fffd7e5252.tar.gz
rneovim-5abd7c2c1487976f538ce510b06497fffd7e5252.tar.bz2
rneovim-5abd7c2c1487976f538ce510b06497fffd7e5252.zip
Merge pull request #16421 from seandewar/vim-8.1.0035
vim-patch:8.1.{35,42,64},8.2.{1781,1783,1976,2014,3671}
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/channel.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/channel.txt b/runtime/doc/channel.txt
index 656bb10c45..5f376a600e 100644
--- a/runtime/doc/channel.txt
+++ b/runtime/doc/channel.txt
@@ -210,6 +210,11 @@ effective prompt text for a buffer, with |prompt_getprompt()|.
The user can go to Normal mode and navigate through the buffer. This can be
useful to see older output or copy text.
+The CTRL-W key can be used to start a window command, such as CTRL-W w to
+switch to the next window. This also works in Insert mode (use Shift-CTRL-W
+to delete a word). When leaving the window Insert mode will be stopped. When
+coming back to the prompt window Insert mode will be restored.
+
Any command that starts Insert mode, such as "a", "i", "A" and "I", will move
the cursor to the last line. "A" will move to the end of the line, "I" to the
start of the line.