Sublime Text Power Tips: Must-Know Keyboard Shortcuts

Publish By:- CodeInputs
Sublime text editor

Sublime Text is one of the most popular text editors among developers due to its speed, simplicity, and powerful features. Whether you're a beginner or an experienced coder, knowing the right shortcut keys can significantly boost your productivity.

General Shortcuts

ActionWindows/LinuxmacOS
Open FileCtrl + OCmd + O
Save FileCtrl + SCmd + S
Save AllCtrl + Shift + SCmd + Option + S
Close FileCtrl + WCmd + W

Navigation Shortcuts

ActionWindows/LinuxmacOS
Go to LineCtrl + GCmd + G
Go to FileCtrl + PCmd + P

Editing Shortcuts

ActionWindows/LinuxmacOS
Duplicate LineCtrl + Shift + DCmd + Shift + D
Move Line UpCtrl + Shift + ↑Cmd + Ctrl + ↑

Selection Shortcuts

ActionWindows/LinuxmacOS
Select LineCtrl + LCmd + L
Expand SelectionCtrl + DCmd + D

Search and Replace Shortcuts

ActionWindows/LinuxmacOS
FindCtrl + FCmd + F
ReplaceCtrl + HCmd + Option + F

Split View & Layouts

ActionWindows/LinuxmacOS
Split into Two ColumnsAlt + Shift + 2Cmd + Option + 2
Split into Three ColumnsAlt + Shift + 3Cmd + Option + 3

Indentation & Formatting

ActionWindows/LinuxmacOS
Auto-IndentCtrl + Shift + P → "Reindent"Cmd + Shift + P → "Reindent"

Miscellaneous Shortcuts

ActionWindows/LinuxmacOS
Open Command PaletteCtrl + Shift + PCmd + Shift + P
Open ConsoleCtrl + ~Cmd + ~

Conclusion

Using shortcut keys in Sublime Text can save you a lot of time and effort while coding. The more you practice, the more efficient you become. Bookmark this list, and soon you'll be coding at lightning speed!

Recent Post

  • No data Found

Recent Comment

No Comments to Show