39

Is there a way to do it? I looked for a similar question but only found one on MAC OSX. However, I'm using Ubuntu 14.04.

baduker
  • 19,152
  • 9
  • 33
  • 56
sergiomafra
  • 1,174
  • 2
  • 13
  • 21

2 Answers2

71

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 .

sergiomafra
  • 1,174
  • 2
  • 13
  • 21
4

Terminal Command

$ subl modules/custom/js/drop-down.js

dipenparmar12
  • 3,042
  • 1
  • 29
  • 39
Manikandan
  • 590
  • 2
  • 4
  • 13