How to run editors from the Terminal.

Sublime, Visual Studio Code, Atom and Bluefish examples.

Open from the current directory.

<pre lang="bash">
subl .
code .
atom .
bluefish .

Open editor using path and file.

<pre lang="bash">
subl /etc/hosts
code /etc/hosts
atom /etc/hosts
bluefish /etc/hosts