Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Last active February 25, 2020 21:58
Show Gist options
  • Save ederrafo/915d6a88c78e1baebfab7b822a3b029d to your computer and use it in GitHub Desktop.
Save ederrafo/915d6a88c78e1baebfab7b822a3b029d to your computer and use it in GitHub Desktop.
Sublime Text 3, install package control, install packages ST3
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