mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
meta-w is a global keybinding
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
window.keymap.bindKeys '*'
|
||||
'meta-w': 'close'
|
||||
'alt-meta-i': 'show-console'
|
||||
right: 'move-right'
|
||||
left: 'move-left'
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
window.keymap.bindKeys '.editor',
|
||||
'meta-s': 'save'
|
||||
'meta-w': 'close'
|
||||
'shift-right': 'select-right'
|
||||
'shift-left': 'select-left'
|
||||
'shift-up': 'select-up'
|
||||
|
||||
Reference in New Issue
Block a user