3

I was checking the recent atom editor with the vim plugin, and one feature that i really liked is that each split window can have tabs associated to it, i would like to know if this is possible with the vim , are there any plugins in vim to do this? I have attached an image below to describe the windows and tabs.

TIA

image attached

isnvi23h4
  • 1,910
  • 1
  • 27
  • 45

1 Answers1

4

No, it's not possible.

In Vim, tab pages are containers for windows and windows are containers for buffers and there's no way around that.

romainl
  • 186,200
  • 21
  • 280
  • 313
  • 1
    You should link to your own answer to this frequent question: http://stackoverflow.com/questions/26708822/why-do-vim-experts-prefer-buffers-over-tabs/26710166#26710166 – Vitor Jan 29 '16 at 13:45