Files
AutoFileName/Default.sublime-commands
Liam Cain c300b1f3ac windows bug fixes; project root works as expected; optional keybinding
this should fix almost all the current bugs. Still looking into
overriding default autocompletion issues
2013-05-24 16:24:41 -04:00

12 lines
261 B
Plaintext

[
{
"caption": "AutoFileName: Default Settings",
"command": "open_file",
"args": {"file": "${packages}/AutoFileName/autofilename.sublime-settings"}
},
{
"caption": "AutoFileName: Quick Settings",
"command": "afn_settings_panel"
}
]