sublimator wrote:Open a new window (File -> New Window ( ctrl+shift+n))
Resize it to take up some space in the top right hand corner of your screen
Use your window manager to make it `always on top`
Open the python console ( ctrl+`)
>>> sublime.log_commands(True)
It should now output the command name and any paramaters whenever you run a command via mouse || keybinding
