Reputation: 13109
According to this old documentation of Sublime, it has supported sequence key bindings like "ctrl+t,u" for XML based keymap files.
Is this still supported in JSON keymap files?
Upvotes: 1
Views: 66
Reputation: 13109
Found it:
[
{ "keys": ["ctrl+e","ctrl+f"], "command": "reindent"}
]
Upvotes: 1