meta-w is a global keybinding

This commit is contained in:
Corey Johnson
2012-05-31 15:26:59 -07:00
parent 46e94b33d4
commit 1d1eeb5c09
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
window.keymap.bindKeys '*'
'meta-w': 'close'
'alt-meta-i': 'show-console'
right: 'move-right'
left: 'move-left'

View File

@@ -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'