diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-05-16 06:07:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 06:07:17 +0800 |
commit | 007adde1994da7f25eaa0e6a4f402587afbc508d (patch) | |
tree | fc6fca4045c9e8f1ecc8fa1e3b7bdf2e2e113d31 | |
parent | acaac07b64d9549553470ae273acecf888f67787 (diff) | |
download | rneovim-007adde1994da7f25eaa0e6a4f402587afbc508d.tar.gz rneovim-007adde1994da7f25eaa0e6a4f402587afbc508d.tar.bz2 rneovim-007adde1994da7f25eaa0e6a4f402587afbc508d.zip |
vim-patch:fed01960d2b0 (#28764)
runtime(doc): add missing entries for the keys CTRL-W g<Tab> and <C-Tab>
fixes: vim/vim#14777
https://github.com/vim/vim/commit/fed01960d2b0280339bba29183b1c3859366e805
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/tabpage.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. <C-Tab> *CTRL-<Tab>* *<C-Tab>* -CTRL-W g<Tab> *g<Tab>* *CTRL-W_g<Tab>* -g<Tab> Go to the last accessed tab page. +g<Tab> *g<Tab>* *CTRL-W_g<Tab>* +CTRL-W g<Tab> Go to the last accessed tab page. Other commands: *:tabs* |