mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move the extensions spec code inside of the extension's spec directory. Move source code to the extension's src directory
5 lines
154 B
CoffeeScript
5 lines
154 B
CoffeeScript
window.keymap.bindKeys '.editor',
|
|
'meta-P': 'markdown-preview:toggle'
|
|
|
|
window.keymap.bindKeys '.markdown-preview',
|
|
'meta-P': 'markdown-preview:toggle' |