Last active
February 25, 2020 21:58
-
-
Save ederrafo/915d6a88c78e1baebfab7b822a3b029d to your computer and use it in GitHub Desktop.
Sublime Text 3, install package control, install packages ST3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install | |
$ sudo mv ~/Downloads/sublime_text_3_build_3207_x64.tar.bz2 /opt/ | |
$ tar -xvjf sublime_text_3_build_3211_x64.tar.bz2 | |
$ sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/sublime3 | |
command + shift + D = duplique ligne | |
command + L = extend selection by line | |
command + D = extend selection variable by line | |
command + control + up = move line up | |
command + control + down = move line down | |
Instalar Package Control | |
View / Show Console | |
Copy the code from https://sublime.wbond.net/installation | |
Instalación de Paquetes | |
Execute "Control + Shift + P" luego digitar "Install Package" and then the packages listed below: | |
SideBarEnhancements | |
Git | |
SideBarGit | |
PHP Companion | |
Dictionaries | |
Sublimelint /* ingresar sublime y esperar que muestre paquete, o Sublime Linter | |
Modific | |
Alignment | |
BracketHighlighter | |
Highlight Whitespaces | |
Tag | |
Pretty JSON | |
SQLBeautifier | |
Additional PHP Snippets | |
Phix Color Scheme | |
Theme - Sod | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment