Sublime Text Shortcuts
Want to make your work a much simple and a quicker task? Let go of that mouse!
This is especially true when you are using some advanced source code editor like Sublime Text 3, wherein there are numerous handy keyboard shortcuts available for use. You don't want to waste your precious time dragging that mouse here and there when you can efficiently do all of that programming with just your fingertips! So instead of switching between your keyboard and mouse anymore, just drag that mouse away and start using some key shortcuts shared here in this blog.
Useful Sublime Keyboard Shortcuts
Sublime Text 3 offers a number of useful keyboard shortcuts to easily and quickly view, edit and organise your code. Some of these shortcuts are native to Sublime Text, but many are inherited from the general set of shortcut keys supported in other source code editors and applications as well. Using these shortcuts can help web designers and developers save considerable time and efforts, hence improving productivity and efficiency. Below is the list of some common shortcuts that every programmer should learn to use. Since there exist some variations in the shortcuts with respect to the operating systems, the list has been classified for Ubuntu shortcuts, Windows shortcuts, and Mac shortcuts.
Keyboard Shortcut Keys Command |
Ubuntu/Windows Hotkeys |
Sublime Hotkeys for Mac OS X |
Block Comment the Selection | + + | + + |
Comment/Uncomment the Line | + | + |
Delete Current Line | + + | + + |
Delete from Cursor to End of Line | + | + , + |
Delete from Cursor to Start of Line | + + | + + |
Duplicate the Line | + + | + + |
Find in Files | + + | + + |
Indent the Line | + | + |
Insert Line After | + | + |
Insert Line Before | + + | + + |
Join the Next Line to the Current Line's End | + | + |
Jump to Closing Parentheses | + | + |
Move Line or Selection Down | + + | + + |
Move Line or Selection Up | + + | + + |
Open Last Closed Tab | + + | + + |
Paste & Indent Properly | + + | + + |
Quick Open Files by Name | + | + |
Redo | + | + |
Replace | + | + + |
Select all in Current Parentheses | + + | + + |
Select the Auto-Complete Suggestion | + | + |
Select the Line | + | + |
Select the Word | + | + |
Soft Undo* | + | + |
Transform to Lowercase | + | + , + |
Transform to Uppercase | + | + , + |
Un-Indent the Line | + | + |
Bookmarks Shortcuts - Manage Bookmarks in Sublime Text
Toggle Bookmark | + | + |
Clear Bookmarks | + + | + + |
Next Bookmark | ||
Previous Bookmark | + | + |
Split windows Shortcuts for Sublime Text
To Single Column | + + | + + |
Into Two Columns | + + | + + |
Into Three Columns | + + | + + |
Into Four Columns | + + | + + |
Grid View(4 Groups) | + + | + + |
*Soft Undo: To jump to the last change before actually undoing the change by repeating.
Key for the Keys
Cmd-Command Key (for Mac OSX): ⌘
Option/Alt Key (for Mac OSX): ⌥
Control Key (for Mac OSX): ⌃
Shift (for all): ⇧
UP: Arrow Key(↑)
DOWN: Arrow Key(↓)
Enter: Return Key(↩)
Back: Backspace Key(⌫)
So after you have gone through and learned these shortcuts well, it's time to practice them on your own and bring them to the real action! At W3villa Technologies, the improvement in efficiency remains one of our core principles, hence, we took the initiative to share these key shortcuts which are quite simple and handy. The discussion of these sublime hotkeys also formed a part of a regular presentation conducted by the W3villa team. We hope that you have benefited from reading this article, and the information transforms the way you code. Feel free to share this article to others, and help them too in working easier and quicker!
You may like to read our another great article on Sublime Text: 7 Must-have Sublime Text Plugins (with GIFs).