Showing menu bar in sublime-text 3

无人久伴 提交于 2019-12-03 06:12:49

You can use the command palette CTRL + SHIFT + P and type menu, the choice View: Toggle Menu should appear.

If the above solution doesn't work for someone, try:

dconf reset -f /org/compiz/
setsid unity

This should work ! I was having this problem with other apps too... So I just reset the whole thing.

Swadesh Ranjan Dash

Press Ctrl + Shift + p

Search for menu

Click on view: Toggle Menu

It will work

Simple pressing Alt works for me. I'm using sublime text 3

Manoj Sharma

In Windows, you can press the Alt key and menu will reappear .

In Linux, You need to press Ctrl + Alt + P then menu will appear in center of the screen then you need to choose View -> Hide/Show Menu menu entry.

Then this will be permanently set as default.

For me it worked this way:

I am using ubuntu 18.05 lts

ctrl+shift+p and then you get a search bar with all options. Type view and select View: Toggle menu

it will appear back automatically.

In case there are other Linux/Ubuntu/Gnome Desktop Environment n00bs out there, like me, note that the menus may appear at the top of the screen rather than the top of the window, as per the screen shot below:

Gnome Desktop Environment menu for Sublime Text 3

Apparently there is an undocumented toggle_menu command, so you can bind a key to it. But Alt alone does not seem to work - I guess because it's a modifier key for SLT.

.../User/Default (Linux).sublime-keymap:

[
    { "keys": ["f10"], "command": "toggle_menu"}
]
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!