Starting any application from the terminal can ease your workflows a lot. I’ve gotten used to being able to open files from the shell, when I’m working on a project. I navigate to the project folder and start editing, either markdown files for documentation or source code.
Usually I’d type gvim file.md
and watch the gVim window open. Continue reading “How to: Start any application from the terminal”