Thursday, September 30, 2010

Re: gvim, how to search tab by name and then go to this tab?

Am 30.09.2010 17:24, schrieb Zac Lee:
> gvim, how to search tab by name and then go to this tab?

given "by name" means buffer names:

" vimrc:
:set swb=usetab

" search for a tab page in Cmdline mode (or open a new tab page):
:tab sbuf {part-of-buffer-name}<Tab>

It makes sense to map a key / abbrev for the ":tab sbuf" part.

--
Andy

--
You received this message from the "vim_use" 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

No comments: