Hi guys. So, i created a small collection of files i edit often using .sublime-commands. You can see the file here:
github.com/iamntz/sublimentz/bl … e-commands
After this file was created, i also created a shortcut:
,{ "keys": "f8"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "> "} }
Everything works peachy, but I encountered few issues:
- The most annoying thing is: how the hell do i order the items? I prefixed everything with a number, but no dice.
- How do i use system variables here? On windows, home folder is set as a variable: %home% (which should pointing to /C/Users/Ionut Staicu/), but using it will cause editor freeze
So, any ideas? Thanks!
I didn’t used favorite files plugin because is quite complex to get to my files (i have to follow like three steps or so).

.