> Having said that, I wish we can select the objects (e.g., text box, arrows) we have created and move them around. […] On Windows I like to use Greenshot because the editor opens up in a dedicated window and gives me…
I also wrote my AHK functions to have hotkeys to cycle through (or toggle) windows from an application! Here: https://github.com/diogotito/autohotkey-scripts/blob/desktop... and here's where I declare most of my…
You can pipe the output of cURL to Vim like this: curl ... | vim - Then, you can review the script, maybe tweak it a little, and you can send it to sh's stdin by running :w !sh Or you can just quit Vim (:q! or ZQ) and…
> Having said that, I wish we can select the objects (e.g., text box, arrows) we have created and move them around. […] On Windows I like to use Greenshot because the editor opens up in a dedicated window and gives me…
I also wrote my AHK functions to have hotkeys to cycle through (or toggle) windows from an application! Here: https://github.com/diogotito/autohotkey-scripts/blob/desktop... and here's where I declare most of my…
You can pipe the output of cURL to Vim like this: curl ... | vim - Then, you can review the script, maybe tweak it a little, and you can send it to sh's stdin by running :w !sh Or you can just quit Vim (:q! or ZQ) and…