I would like to know the possible way(s) to open multiple vim tabs under one window.
In Vim, we could open new windows with :Sexplore
. Likewise, we can also open a file in a new tab for editing with :tabe <filename>
.
Is there a way for us to have multiple tabs under a split window ?
My intention is to view the directories on one side and have the files for editing on the other side.