deathaxe

Results 814 comments of deathaxe

I am not a maintainer of this repo and don't have write access. If requested transfer to SublimeText org keeps unresponded, we can only fork it.

@TeamSpen210: This command actually exists already. ``` { "caption": "Develop, switch to the develop branch and run a update/fetch", "command": "git", "args": { "argv": ["dev"] } } ```

Maybe all commands should be able to get a user defined default mode or just execute the last mode again, if the normal button is clicked? In GitExtensions you can...