Sublime Forum

ST3 dev Show Menu

#1

Hello,

I’m using ST3 dev Build 3056 on CrunchBang Linux Waldorf. I love the newly available option to hide the menu, but this is working way too good. Because I can’t un-hide it again. Alt+V does nothing. I’ve got multiple questions on this:

Is there a way to create a keymap for this function? How?

Is there a quick fix like some line in a file I could reset to temporarily show the menu again?

Thanks in advance!

0 Likes

#2

I normally do it through the command pallette…

ctrl+shift+p then type vmen

:smile:

0 Likes

#3

[quote=“qgates”]I normally do it through the command pallette…

ctrl+shift+p then type vmen

:smile:[/quote]

<333333

0 Likes

#4

Can I make a key binding to show the command pallet? What’s the command to use?

0 Likes

#5

The following command should work on Sublime Text 3.

[
    {"keys" : ["alt+m"], "command": "toggle_menu"}
]
0 Likes