From 882d02eeb571a13a502fe82a04c9eaffa630c294 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 22 Feb 2019 17:56:43 +0100 Subject: patch 8.1.0974: cannot switch from terminal window to previous tabpage Problem: Cannot switch from terminal window to previous tabpage. Solution: Make CTRL-W gT move to previous tabpage. --- runtime/doc/terminal.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt index 0181d18de..297f37a6f 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' -- cgit v1.2.1