1. Add a sublime Text3 warehouse
First press the shortcut key ctrl+alt+t open the terminal;
In terminal input:sudo add-apt-repository ppa:webupd8team/sublime-text-3
Press ENTER after a lot of information will appear, according to the prompt, press ENTER to continue
2. Update the SOFTWARE library:
Then in terminal input:sudo apt-get update
3. The final step is to install sublime Text3
Also in terminal input:sudo apt-get install Sublime-text-installer
Terminal directly into the SUBL can enter the editing interface
To use a shortcut:
CTRL + ENTER to automatically restart a row
End Line End
Home beginning
Mouse drag the file name to another window
ALT + Shift 1,2,3,4 for portrait split screen
ALT + A-box switch to a different file in one window
CTRL +/Note
ctrl+shift+/comment Multiple lines.
Ctrl+shift+d the entire line where the cursor is copied, and inserts it into the next row.
Shift+tab indents to the left.
Install sublime Text 3 and use shortcuts under Linux