Hi there, I have discovered a nice little trick for adding functionality to ESTK to mimic nice Sublime text workflow. . .
Using a utility called Hotkeyp.
You can create commands that direct hotkeys for macros to only specific window...so for example
Command : Macro to active window
Parameter: \home\shiftdown\end\shiftup Estoolkit35
will add a key (say c+s+d) to do "select line" to the estk. [will override existing hotkeys]
Its pretty nice once you get started, so I have a cool alignment tool, using macros too - ie Shift and tab multiple times, then tab say x4 to
align. It's great because it will only operate on active specific window and will not affect other apps.
might be useful to Sublime coders out there.