Thank you for your advice. I tried the scripts in comments and found it not work as expected. Using the scripts in comments, when tab pages go too many, the first tab pages would not be in sight. When navigating from one tab page to another, the tabline is fixed. Besides, the coloring of tabline is very confusing(this can be changed, of course). It seems more work has to be done to make that scripts work properly.
On Sep 6, 3:53 pm, "John Beckett" <[email protected]> wrote: > Nicholas wrote: > > I am used to work with tab pages in vim in console mode. One > > of the most commonly used actions is to jump from one tab > > page to another. > > There are several ways: > > 1) using ":tabnext" or ":tabprevious" command repeatedly > > until target tab page is arrived. > > 2) count the target tab page's index, then use ":tabnext n" > > to get to it. > > Type 12gt to go to tab number 12. > > > Here is the diff file for src/screen.c for latest vim 7.3 > > release. > > ... > > I rarely use tabs in console Vim, but I think you can customise > tab labels even when non-GUI, to show the tab number. > > Have a look at the following (mainly the > comments):http://vim.wikia.com/wiki/Show_tab_number_in_your_tab_line > > John -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
