Sublime!


1
General
9
  Shortcut Key   Description
1 Ctrl+Shift+P Command Prompt
2 Ctrl+Alt+P Switch Project
3 Ctrl+P Go to file
4 Ctrl+G Go to line
5 Ctrl+R Go to methods
6 Ctrl+Shift+R Go to methods in projects
7 Ctrl+Shift+N New Window
8 Ctrl+` Toggle Console
9 Ctrl+KB Toggle side bar
2
Text Editing
25
  Shortcut Key   Description
1 Ctrl+L Select line (repeat select next lines)
2 Ctrl+D Select word (repeat select other occurences)
3 Ctrl+Alt+Up / down Select column for mutliple editing
4 Ctrl+Shift+M Select content info brackets
5 Ctrl+Enter Insert line after
6 Ctrl+Shift+K Delete line
7 Ctrl+Shift+Enter Insert line before
8 Ctrl+K+K Delete from cursor to end of line
9 Ctrl+K+Backspace Delete from cursor to start of line
10 Ctrl+Shift+D Duplicate lines
11 Ctrl+J Join lines
12 Ctrl+K+U Upper case
13 Ctrl+K+L Lower case
14 Ctrl+/ Comment line
15 Ctrl+Shift+/ Block comment
16 Ctrl+Y Redo or Repeat
17 Ctrl+C Copy
18 Ctrl+V Paste
19 Ctrl+Shift+V Paste and Indent
20 Ctrl+Space Auto complete (repeat to select next suggestion)
21 Ctrl+M Jump to matching brackets
22 Ctrl+U Soft undo (movement undo)
23 Ctrl+Shift+U Soft redo (movement redo)
24 Ctrl+] Indent current line
25 Ctrl+[ Uni-Indent current line
3
Find / Replace
6
  Shortcut Key   Description
1 Ctrl+S/F12 Save document
2 Ctrl+O Open existing document
3 Ctrl+N New document
4 Ctrl+P Print document
5 Alt+F4 Exit
6 ctrl+W Close
4
Code Navigation
6
  Shortcut Key   Description
1 F12 Go to definition
2 Alt+- Jump back
3 Alt+Shift+- Jump forward
4 Ctrl+; Goto word in current file
5 Ctrl+R Goto symbol
6 Ctrl+G Goto line in current file
5
XML / HTML
2
  Shortcut Key   Description
1 Ctrl+Shift+A Select content into tag
2 Alt+. Close tag
6
Navigation
2
  Shortcut Key   Description
1 Ctrl+O Focus on side bar
2 Esc Focus back to edit area when focus on sidebar
7
Split / Tabs
6
  Shortcut Key   Description
1 Ctrl+Shift+1 Single column
2 Ctrl+Shift+2 Two column
3 Alt+Shift+5 Grid (4 groups)
4 Ctrl+[1,2,3..] Focus group
5 Ctrl+Shift+[1,2,3..] Move file to group
6 Alt+[1,2,3..] Select tab
8
Bookmarks
4
  Shortcut Key   Description
1 Ctrl+F2 Toggle bookmark
2 F2 Next bookmark
3 Shift+F2 Previous bookmark
4 Ctrl+Shift+F2 Clear bookmarks
9
Marks
4
  Shortcut Key   Description
1 Ctrl+K+Space Set mark
2 Ctrl+K+W Delete from cursor to mark
3 Ctrl+K+A Select from crusor to mark
4 Ctrl+K+G Clear mark
10
Files
6
  Shortcut Key   Description
1 Ctrl+O Open file
2 Ctrl+S Save file
3 Ctrl+W Close file
4 Ctrl+Shift+T Open recently closed file
5 F11 Full screen
6 Shift+F11 Distraction free mode