When in vim in the console (terminal) with a table several files are opened, we get a tabbed interface for each file. My question is, can we get the same look and feel for gvim (GUI), and not have a real GUI interface for each file.
:set guioptions-=e
on the command line or
set guioptions-=e
c ~/.vimrc.
~/.vimrc
See more details :help guioptions.
:help guioptions