mirror of
https://github.com/atom/atom.git
synced 2026-02-07 13:14:55 -05:00
Merge branch 'snippets'
Conflicts: src/app/root-view.coffee
This commit is contained in:
6
src/app/keymaps/snippets.coffee
Normal file
6
src/app/keymaps/snippets.coffee
Normal file
@@ -0,0 +1,6 @@
|
||||
window.keymap.bindKeys '.editor'
|
||||
'tab': 'snippets:expand'
|
||||
|
||||
window.keymap.bindKeys '.editor'
|
||||
'tab': 'snippets:next-tab-stop'
|
||||
'shift-tab': 'snippets:previous-tab-stop'
|
||||
Reference in New Issue
Block a user