Meta-a selects everything

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-05-14 16:18:37 -06:00
parent 13553f79bc
commit 9079bcb103
5 changed files with 15 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ window.keymap.bindKeys '.editor',
'shift-left': 'select-left'
'shift-up': 'select-up'
'shift-down': 'select-down'
'meta-a': 'select-all'
enter: 'newline'
tab: 'tab'
backspace: 'backspace'