How to open files with sublime text 3 from terminal?
Yes ,There's a way. Just Use the command subl
to open sublime text from terminal.
if you want to open a specific file use subl path/to/the/file
.
But sublime text must be installed using ppa. For particular installation of sublime text 3 using ppa refer This Link on .
Terminal Command
$ subl modules/custom/js/drop-down.js