You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being able to use the same short cut for multiple processes based on the current file
Example usage
Making custom beautifiers all having the same shortcut key.
For example you want to use cmd-alt-b for beautifying a file.
Then you could invoke js-beautify in a .source.js scope using cmd-alt-b, and latexindent.pl in a source.tex scope with the same shortcut.
Motivation
Being able to use the same short cut for multiple processes based on the current file
Example usage
Making custom beautifiers all having the same shortcut key.
For example you want to use
cmd-alt-b
for beautifying a file.Then you could invoke
js-beautify
in a.source.js
scope usingcmd-alt-b
, andlatexindent.pl
in asource.tex
scope with the same shortcut.Suggested implementation
As you may know, Atom has scopes. One could restrict a keybinding command to a scope, which would make this work nicely.
The text was updated successfully, but these errors were encountered: