The must-know shortcuts map
The following is a must-know shortcuts map for Sublime Text:
General
General shortcuts for Sublime's basic features are as follows:
|
Command |
Windows/Linux |
OS X |
|---|---|---|
|
Open the command palette |
Ctrl + Shift + P |
command + Shift + P |
|
Toggle Side Bar |
Ctrl + KB |
command + KB |
|
Show scope in status bar |
Ctrl + Shift + Alt + P |
Control + Shift + P |
|
Python Console |
Ctrl + ` |
Control + ` |
|
New Window |
Ctrl + Shift + N |
command + Shift + N |
Tabs
Shortcuts to control tabbing in Sublime:
|
Command |
Windows/Linux |
OS X |
|---|---|---|
|
New Tab |
Ctrl + N |
command + N |
|
Close Tab |
Ctrl + W |
command + W |
|
Open last closed Tab |
Ctrl + Shift + T |
command + Shift + T |
|
Next Tab |
Ctrl + Tab |
Control + Tab |
|
Previous Tab |
Ctrl + Shift+Tab |
Control + Shift + Tab |
Bookmarks
Bookmarks are similar to the favorites option while surfing in the Web; we can toggle bookmarks on lines and then jump between them. Here are the shortcuts for using Bookmarks:
|
Command |
Windows/Linux |
OS X ... |
|---|