Sublime Forum

Linux command name

#1

I just installed Sublime Text. I usually work off the console, typing
in commands, and there is always, after an installation, a man file.
But what is the command under Linux, for Sublime Text? It must e
a single word, but neither “sublime” nor “Sublime” is known to the
system. It doesn’t like “Sublime Text”, two words.

Thanks in advance for advice.

0 Likes

#2

The command to launch ST from the command line is subl

0 Likes

#3

Create alias for sublime text
alias subl=/opt/sublime_text/sublime_text
source link https://www.puttygen.com/linux-commands

0 Likes