Nick Samudae
Nick Samudae

Reputation: 943

Atom menu is missing. How do I re-enable

The menu in Atom text editor is gone. I dont know how I disabled it. I tried F1-12 keys. How do I re enable it? Here's how it's looking now:

screenshot

Upvotes: 93

Views: 135004

Answers (8)

moardee
moardee

Reputation: 43

I had the same issue and Alt did not work for me. If you go into the config (mine was in users/{user_name}/.atom/config.cson), you will see a line for hidden tool bar, remove that line and restart Atom.

There is probably a value you can set it to besides "hidden" but I did not figure it out

Upvotes: 1

Get cursor on top, where white header with file name, then press Alt. To set top menu by default always visible. You needed in top menu selected: FILE -> Config... -> autoHideMenuBar: true (change it to autoHideMenuBar: false) Save it.

Upvotes: 17

Ram
Ram

Reputation: 139

Open atom editor and then press Alt and menu bar will appear. Now click on View tab and then click on Toggle Menu Bar as seen on this screenshot.

Upvotes: 13

Jorge Alonso
Jorge Alonso

Reputation: 121

CONTROL + SHIFT + P and execute command "Tree View: Show"

Upvotes: 12

Fahim Hossain
Fahim Hossain

Reputation: 1698

Temporarily show Menu Bar on ATOM:

Press ALT Key to make the Menu bar appear but it is not permanent.

Always display the Menu Bar on ATOM:

To make the change permanent, press ALT + V and then select Toggle Menu Bar option from the "View" drop-down down.

[Tested on ATOM running on Ubuntu 16.04]

Upvotes: 78

Aravind
Aravind

Reputation: 471

Press Alt + v and select Toggle menu bar option.

Upvotes: 31

Gwaks
Gwaks

Reputation: 1827

Open Atom and press ALT key you are done.

Upvotes: 177

Zane
Zane

Reputation: 4752

Same happened to me, I had to go into Packages and re-enable Tabs and Tree-View (both part of core).

Upvotes: 4

Related Questions