mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
@@ -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'
|
||||
Reference in New Issue
Block a user