Load keymaps from cson

All existing .coffee keymaps are now .cson and package
keymaps are now located in a keymaps folder at the root of
the package.
This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-01-02 16:06:27 -08:00
parent 24ef66374b
commit bcde77dd0e
21 changed files with 74 additions and 46 deletions

View File

@@ -1,12 +1,12 @@
window.keymap.bindKeys '*'
'body':
'meta-:': 'command-panel:toggle-preview'
'meta-;': 'command-panel:toggle'
'meta-F': 'command-panel:find-in-project'
window.keymap.bindKeys '.command-panel .preview-list, .command-panel .editor input',
'.command-panel .preview-list, .command-panel .editor input':
'enter': 'core:confirm'
window.keymap.bindKeys '.editor',
'.editor':
'meta-g': 'command-panel:repeat-relative-address'
'meta-G': 'command-panel:repeat-relative-address-in-reverse'
'meta-e': 'command-panel:set-selection-as-regex-address'