mirror of
https://github.com/atom/atom.git
synced 2026-02-14 00:25:08 -05:00
editor:close-?-editors => editor:close-?-edit-sessions
This commit is contained in:
@@ -177,8 +177,8 @@ class Editor extends View
|
||||
'editor:toggle-line-comments': @toggleLineCommentsInSelection
|
||||
'editor:log-cursor-scope': @logCursorScope
|
||||
'editor:checkout-head-revision': @checkoutHead
|
||||
'editor:close-other-editors': @destroyInactiveEditSessions
|
||||
'editor:close-all-editors': @destroyAllEditSessions
|
||||
'editor:close-other-edit-sessions': @destroyInactiveEditSessions
|
||||
'editor:close-all-edit-sessions': @destroyAllEditSessions
|
||||
'editor:select-grammar': @selectGrammar
|
||||
|
||||
documentation = {}
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
'meta-alt-p': 'editor:log-cursor-scope'
|
||||
'meta-u': 'editor:upper-case'
|
||||
'meta-U': 'editor:lower-case'
|
||||
'alt-meta-w': 'editor:close-other-editors'
|
||||
'meta-P': 'editor:close-all-editors'
|
||||
'alt-meta-w': 'editor:close-other-edit-sessions'
|
||||
'meta-P': 'editor:close-all-edit-sessions'
|
||||
'meta-l': 'editor:select-grammar'
|
||||
|
||||
Reference in New Issue
Block a user