comparison runtime/doc/index.txt @ 21703:22583b9d4efd v8.2.1401

patch 8.2.1401: cannot jump to the last used tabpage Commit: https://github.com/vim/vim/commit/62a232506d06f6d1b3b7271801c907d6294dfe84 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 9 14:04:42 2020 +0200 patch 8.2.1401: cannot jump to the last used tabpage Problem: Cannot jump to the last used tabpage. Solution: Add g<Tab> and tabpagnr('#'). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6661, neovim #11626)
author Bram Moolenaar <Bram@vim.org>
date Sun, 09 Aug 2020 14:15:04 +0200
parents 661eb972cb22
children 17c4178f26ea
comparison
equal deleted inserted replaced
21702:b63fb341c0da 21703:22583b9d4efd
438 |<C-Home>| <C-Home> 1 same as "gg" 438 |<C-Home>| <C-Home> 1 same as "gg"
439 |<C-Left>| <C-Left> 1 same as "b" 439 |<C-Left>| <C-Left> 1 same as "b"
440 |<C-LeftMouse>| <C-LeftMouse> ":ta" to the keyword at the mouse click 440 |<C-LeftMouse>| <C-LeftMouse> ":ta" to the keyword at the mouse click
441 |<C-Right>| <C-Right> 1 same as "w" 441 |<C-Right>| <C-Right> 1 same as "w"
442 |<C-RightMouse>| <C-RightMouse> same as "CTRL-T" 442 |<C-RightMouse>| <C-RightMouse> same as "CTRL-T"
443 |<C-Tab>| <C-Tab> same as "g<Tab>"
443 |<Del>| ["x]<Del> 2 same as "x" 444 |<Del>| ["x]<Del> 2 same as "x"
444 |N<Del>| {count}<Del> remove the last digit from {count} 445 |N<Del>| {count}<Del> remove the last digit from {count}
445 |<Down>| <Down> 1 same as "j" 446 |<Down>| <Down> 1 same as "j"
446 |<End>| <End> 1 same as "$" 447 |<End>| <End> 1 same as "$"
447 |<F1>| <F1> same as <Help> 448 |<F1>| <F1> same as <Help>
585 |CTRL-W_gF| CTRL-W g F edit file name under the cursor in a new 586 |CTRL-W_gF| CTRL-W g F edit file name under the cursor in a new
586 tab page and jump to the line number 587 tab page and jump to the line number
587 following the file name. 588 following the file name.
588 |CTRL-W_gt| CTRL-W g t same as `gt`: go to next tab page 589 |CTRL-W_gt| CTRL-W g t same as `gt`: go to next tab page
589 |CTRL-W_gT| CTRL-W g T same as `gT`: go to previous tab page 590 |CTRL-W_gT| CTRL-W g T same as `gT`: go to previous tab page
591 |CTRL-W_g<Tab>| CTRL-W g <Tab> same as |g<Tab>|: go to last accessed tab
592 page.
590 |CTRL-W_h| CTRL-W h go to Nth left window (stop at first window) 593 |CTRL-W_h| CTRL-W h go to Nth left window (stop at first window)
591 |CTRL-W_i| CTRL-W i split window and jump to declaration of 594 |CTRL-W_i| CTRL-W i split window and jump to declaration of
592 identifier under the cursor 595 identifier under the cursor
593 |CTRL-W_j| CTRL-W j go N windows down (stop at last window) 596 |CTRL-W_j| CTRL-W j go N windows down (stop at last window)
594 |CTRL-W_k| CTRL-W k go N windows up (stop at first window) 597 |CTRL-W_k| CTRL-W k go N windows up (stop at first window)
803 |g<End>| g<End> 1 same as "g$" 806 |g<End>| g<End> 1 same as "g$"
804 |g<Home>| g<Home> 1 same as "g0" 807 |g<Home>| g<Home> 1 same as "g0"
805 |g<LeftMouse>| g<LeftMouse> same as <C-LeftMouse> 808 |g<LeftMouse>| g<LeftMouse> same as <C-LeftMouse>
806 g<MiddleMouse> same as <C-MiddleMouse> 809 g<MiddleMouse> same as <C-MiddleMouse>
807 |g<RightMouse>| g<RightMouse> same as <C-RightMouse> 810 |g<RightMouse>| g<RightMouse> same as <C-RightMouse>
811 |g<Tab>| g<Tab> go to the last accessed tab page.
808 |g<Up>| g<Up> 1 same as "gk" 812 |g<Up>| g<Up> 1 same as "gk"
809 813
810 ============================================================================== 814 ==============================================================================
811 2.5 Commands starting with 'z' *z* 815 2.5 Commands starting with 'z' *z*
812 816