Created
March 20, 2014 13:11
-
-
Save ArRolin/9663398 to your computer and use it in GitHub Desktop.
Sublime Text Cheat Sheet
This is a cheat sheet with keyboard shortcuts for Sublime Text.
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
Ctrl + Alt + [ Navigate backwards through history | |
Ctrl + Alt + ] Navigate forwards through history | |
Ctrl + Alt + Shft + [ Navigate to beginning of history | |
Ctrl + Alt + Shft + ] Navigate to end of history | |
Ctrl + Alt + Shft + M Merge selected version with current version |
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
Ctrl + B Build file | |
Ctrl + Shft + B Test file | |
Ctrl + Shft + P Open command palette | |
Ctrl + S Save file | |
Ctrl + Shft + S Save file as |
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
Ctrl + Alt + Shft + C, G, F, M Open Github Flavored Markdown cheat-sheet | |
Ctrl + Alt + Shft + C, G, I, T Open Git cheat-sheet | |
Ctrl + Alt + Shft + C, G, O Open Go cheat-sheet | |
Ctrl + Alt + Shft + C, K, D, E Open KDE cheat-sheet | |
Ctrl + Alt + Shft + C, M, D Open Markdown cheat-sheet | |
Ctrl + Alt + Shft + C, R, X Open Regular Expressions cheat-sheet | |
Ctrl + Alt + Shft + C, S, H Open Bash cheat-sheet | |
Ctrl + Alt + Shft + C, S, T Open Sublime Text cheat-sheet | |
Alt + ; Align table with Regular Expressions | |
Ctrl + Alt + J Align JSON formatting |
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
Ctrl + C Copy selection or whole line | |
Ctrl + V Paste and indent | |
Ctrl + X Cut selection or whole line | |
Ctrl + Shft + F Replace in multiple files | |
Ctrl + Shft + D Duplicate line | |
Ctrl + J Join next line with current line | |
Ctrl + K + K Delete to the end of line | |
Ctrl + K + Bksp Delete to start of line | |
Ctrl + Shft + K Delete line | |
Ctrl + T Transpose letters adjacent to cursor | |
Ctrl + Shft + U Soft undo | |
Ctrl + Shft + Y Redo | |
Ctrl + Shft + Z Undo | |
Ctrl + [ Increase tab | |
Ctrl + ] Decrease tab | |
Ctrl + Shft + / Toggle comments on selected lines | |
Ctrl + Entr Insert line after | |
Ctrl + Shft + Entr Insert line before | |
Ctrl + Shft + Up Move line up | |
Ctrl + Shft + Down Move line down | |
Ctrl + Bksp Delete to beginning of word | |
Ctrl + Del Delete to end of word |
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
Ctrl + A Select all | |
Ctrl + D Repeat multi-select word | |
Alt + D Select all instances of word | |
Ctrl + Shft + J Expand selection to indentation | |
Ctrl + K Skip multi-select word | |
Ctrl + L Select current line | |
Ctrl + Shft + M Select everything within the current brackets | |
Ctrl + Shft + U Undo selection and actions | |
Ctrl + Shft + Spce Expand selection to scope | |
Ctrl + Clck Make multiple selections with mouse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment