Files
atom/src/extensions/snippets/keymap.coffee
2012-07-03 12:59:51 -07:00

7 lines
172 B
CoffeeScript

window.keymap.bindKeys '.editor'
'tab': 'snippets:expand'
window.keymap.bindKeys '.editor'
'tab': 'snippets:next-tab-stop'
'shift-tab': 'snippets:previous-tab-stop'