diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/gui.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt index b3b8b2d2c0..5badd954d9 100644 --- a/runtime/doc/gui.txt +++ b/runtime/doc/gui.txt @@ -508,7 +508,9 @@ may be used to complete the name of the menu item for the appropriate mode. To remove all menus use: *:unmenu-all* > :unmenu * " remove all menus in Normal and visual mode :unmenu! * " remove all menus in Insert and Command-line mode - :aunmenu * " remove all menus in all modes + :aunmenu * " remove all menus in all modes, except for Terminal + " mode + :tlunmenu * " remove all menus in Terminal mode If you want to get rid of the menu bar: > :set guioptions-=m |