Sublime Forum

Exit shortcut

#1

Hi there,
I can’t find any answer on the web,
is there a shortcut to exit Sublime like when we use Exit in File ?

0 Likes

#2

The command name is exit. You can bind it to arbitrary key.

1 Like

#3

added

[
    	{ "keys": ["ctrl+q"], "command": "exit" }
]

in my keymap file, work as intended, thank a lot

~

it’s even show the key binding in the menu

I love sublime

2 Likes