Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用 tabnew 在控制台(终端)中的 vim 中打开多个文件时,我们将为每个文件获得一个选项卡式界面。我的问题是我们能否为 gvim(GUI) 获得相同的外观和感觉,而不是为每个文件提供真正的 GUI 选项卡式界面。
:set guioptions-=e
在命令行或
set guioptions-=e
在你的~/.vimrc.
~/.vimrc
查看:help guioptions更多选项。
:help guioptions