Skip to content

Instantly share code, notes, and snippets.

@josdem
Last active February 7, 2017 22:02
Show Gist options
  • Save josdem/0b7defdec78b4c088932 to your computer and use it in GitHub Desktop.
Save josdem/0b7defdec78b4c088932 to your computer and use it in GitHub Desktop.
//Column multyselection
alt shift Down
(Windows) hold down middle mouse button and drag
//Delete a row
ctrl shift k
//Find and replace in a folder
ctrl shift f
//Go to specific line
ctrl p (: line number)
//Cerrar una pestaña
ctrl w
//Set look and feel
ctrl shift p set Syntax: {file_extension}
//Replace all occurencies from a word
*select word* ctrl d
//Auto-indenting on Sublime Text 3
//Just add this binding to your "Key Bindings - User" file:
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment