🐧 Match sublime's quit menu.

This commit is contained in:
Cheng Zhao
2014-04-02 15:14:06 +08:00
parent 363fb0d66e
commit cc2e87b784
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
'ctrl-N': 'application:new-window'
'ctrl-W': 'window:close'
'ctrl-o': 'application:open'
'ctrl-q': 'application:quit'
'ctrl-T': 'pane:reopen-closed-item'
'ctrl-n': 'application:new-file'
'ctrl-s': 'core:save'

View File

@@ -17,7 +17,7 @@
{ label: 'Close All &Buffers', command: 'pane:close' }
{ label: 'Clos&e Window', command: 'window:close' }
{ type: 'separator' }
{ label: 'E&xit', command: 'application:quit' }
{ label: 'Quit', command: 'application:quit' }
]
}