summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-22 17:56:43 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-22 17:56:43 +0100
commit882d02eeb571a13a502fe82a04c9eaffa630c294 (patch)
treeb5a3b2e670f613526993632c19391c259c23b9c0 /runtime
parentcd62512c5595fa1f7a7f2c6ec1a90ea6bde3ad50 (diff)
patch 8.1.0974: cannot switch from terminal window to previous tabpagev8.1.0974
Problem: Cannot switch from terminal window to previous tabpage. Solution: Make CTRL-W gT move to previous tabpage.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/terminal.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 0181d18def..297f37a6f1 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -81,6 +81,7 @@ Special in the terminal window: *CTRL-W_.* *CTRL-W_N*
evaluating an expression.
CTRL-W CTRL-C ends the job, see below |t_CTRL-W_CTRL-C|
CTRL-W gt go to next tabpage, same as `gt`
+ CTRL-W gT go to previous tabpage, same as `gT`
See option 'termwinkey' for specifying another key instead of CTRL-W that
will work like CTRL-W. However, typing 'termwinkey' twice sends 'termwinkey'