Denis Perelyubskiy wrote:
Hello,

Is there any way to configure tabs so that any buffer you open in it is
only visible in that particular tab? This would imply that when one
cycles through buffers with :bn/:bp only the buffers that are 'tied' to
the tab you are in show up?

Thanks,

denis
A single buffer may be opened in several windows in the same instance of gvim. These windows may be in the same tabpage, or in different ones. If a buffer has several windows open on it in several tabpages, :bufdo may land you in any of these tabpages.

Use Ctrl-W w to go from one window to the next within a single tab page. Or use :windo to cycle through all of them (still within the current tab page).

See
   :help CTRL-W_w
   :help :windo


Best regards,
Tony.

Reply via email to