Sublime editor,. After downloading, unzip, extract the home directory, for the extracted folder in the executable file to add environment variables,
Vim ~/.BASHRC Open the file that configures the environment variable, add export path= "~/sublime_text_3: $PATH" On the last line,
In order for the modified environment variable configuration file to take effect, execute the source ~/.BASHRC, so that each time the terminal is opened, input Sublime_text
You can open the sublime editor, to make it easier to open the sublime editor, we can create a soft connection for the executable sublime_text
As follows: Ln-s ~/sublime_text_3/sublime_text ~/SUBLIME_TEXT/SUBL executes this command every time we are under the terminal
The last execution after entering SUBL is actually the file sublime_text that Subl points to.
Recommend an open source editor under Linux