From 007adde1994da7f25eaa0e6a4f402587afbc508d Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Thu, 16 May 2024 06:07:17 +0800 Subject: vim-patch:fed01960d2b0 (#28764) runtime(doc): add missing entries for the keys CTRL-W g and fixes: vim/vim#14777 https://github.com/vim/vim/commit/fed01960d2b0280339bba29183b1c3859366e805 Co-authored-by: Christian Brabandt --- runtime/doc/tabpage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt index 649af628d6..2f50e31ee5 100644 --- a/runtime/doc/tabpage.txt +++ b/runtime/doc/tabpage.txt @@ -216,8 +216,8 @@ gT Go to the previous tab page. Wraps around from the first one :tabl[ast] Go to the last tab page. *CTRL-* ** -CTRL-W g *g* *CTRL-W_g* -g Go to the last accessed tab page. +g *g* *CTRL-W_g* +CTRL-W g Go to the last accessed tab page. Other commands: *:tabs* -- cgit