wget https://download.sublimetext.com/sublime_text_3_build_3176_x64.tar.bz2 ## get the archive file, extract and take the sublime_text_3 folder and paste it into /opt/. ## Add Sublime Text 3 to terminal to run with subl command.. sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/subl ## Add Sublime Text 3 to launcher. Edit /usr/share/applications/sublime3.desktop and paste the codes from sublime3.desktop ## Copy the contents […]
Sublime Text Refresh Folder Hotkey
Open Preference > Keybinding and add the following line. { “keys”: [“f5”], “command”: “refresh_folder_list” }