Skip to content

Instantly share code, notes, and snippets.

@fzrhrs
Last active August 29, 2015 14:03
Show Gist options
  • Save fzrhrs/3cf00a4a61d3cd539830 to your computer and use it in GitHub Desktop.
Save fzrhrs/3cf00a4a61d3cd539830 to your computer and use it in GitHub Desktop.
Sublime Text 3 Cheat Sheet
Sublime Text3
To comment:
Cmd + /
Switching between tabs:
Ctrl + tab
Look up for files:
Cmd + P
Multi-select editing:
Ctrl + Cmd + G (press esc when finish)
Move (selected text) up and down:
Ctrl + Cmd + Up/Down
Keyboard scrolling:
Ctrl + Alt + Up/Down
Creating column layouts:
Alt + Cmd + (1,2,3,4)
Creating grid layouts:
Alt + Cmd + 5
Select line:
Cmd + L
Select word:
Cmd + D
Indent current line:
Cmd + }
Unindent current line:
Cmd + {
Paste with proper indenting:
Shift + Cmd + V
Go to line number:
Ctrl + G
Jump to matching bracket:
Ctrl + M
Close file:
Cmd + W
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment