如何使Vim GUI选项卡菜单看起来像Console选项卡菜单

Vin*_*ddy 6 vi vim

当使用tabnew在控制台(终端)的vim中打开多个文件时,我们将为每个文件获得一个选项卡式界面.我的问题是我们可以获得与gvim(GUI)相同的外观和感觉,而不是为每个文件提供真正的GUI选项卡界面.

rom*_*inl 13

:set guioptions-=e
Run Code Online (Sandbox Code Playgroud)

在命令行或

set guioptions-=e
Run Code Online (Sandbox Code Playgroud)

在你的~/.vimrc.

有关:help guioptions更多选项,请参阅