Skip to content

Instantly share code, notes, and snippets.

@polarpixel
Created October 15, 2013 06:56
Show Gist options
  • Save polarpixel/6987591 to your computer and use it in GitHub Desktop.
Save polarpixel/6987591 to your computer and use it in GitHub Desktop.
Sublime Shortcuts
Ctrl+Alt+h: Begriff bei Cursor in Dash nachschlagen
Ctrl+Alt+j: CSS Singleline / Multiline
Ctrl+Cmdl+x: Prefixr
Ctrl+Shift+c: Color Code konvertieren
Ctrl+Shift+t: Leerzeichen entfernen
Ctrl+Shift+d: Leerzeichen markieren
ctrl+d Select the next occurrence of the selected word
ctrl+k, ctrl+b - Toggle the sidebar
f11 - Toggle Full Screen
shift+f11 - Toggle Distraction Free (this one is my favorite)
alt+. - Close Tag
ctrl+p - Show the go to overlay panel
ctrl+shift+p - Show the command overlay panel
ctrl+alt+p - Show the project selector panel
ctrl+r - Show the go to overlay panel default to method selector
ctrl+g - Show the go to overlay panel default to go to line selector
ctrl+; - Show the go to overlay panel default to variable selector
ctrl+shift+up - Swap with the line above
ctrl+shift+down - Swap with the line below
ctrl+/ - Toggle a comment
ctrl+shift+/ - Toggle a comment block
ctrl+shift+d - Duplicate a line
ctrl+` - Display console panel
ctrl+space - Auto complete the current selected snippet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment