mirror of
https://github.com/atom/atom.git
synced 2026-02-11 15:14:59 -05:00
7 lines
172 B
CoffeeScript
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'
|