How to hide the menu/tool bar of gvim?

前端 未结 7 801
刺人心
刺人心 2020-12-12 18:42

I don\'t have use for the menu and tools bars in gvim on Windows; Can I hide them?

This will give more space to the text area.

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-12 19:29

    set go=c
    

    Use console dialogs instead of popup dialogs for simple choices.

    I think this will turn it off, not just hiding it.

    http://vimdoc.sourceforge.net/htmldoc/options.html#%27go-c%27

    Edit: Just to clarify, this turning off the menus and toolbars in a GUI as well.

提交回复
热议问题