As a developer with years of experience in code editors, I've often debated text editors versus full IDEs. Text editors vs. IDEs: Which is best for programmers? Choosing between a lightweight editor and a robust IDE can be tough—we've shared insights to guide your decision. Read More. Also, discover 7 useful tricks to master a new programming language. Feeling overwhelmed while learning to code? These tips help you retain knowledge faster. Read more.
But for text editor fans, Sublime Text is the undisputed king.
Sublime Text shines for programmers but works for anyone—manage to-do lists with the PlainTasks plugin, edit config files, or script batch files. Explore batch programming on Windows to automate repetitive tasks. Read more.
These 11 battle-tested tips elevate Sublime Text's productivity, drawing from my daily use across projects.
Note: Tips focus on Sublime Text 3, with overlap for version 2.
Sublime Text excels at mouse-free navigation through large projects. Master these "Quick-Go" shortcuts:
A fuzzy-search popup matches files in your project instantly.

Jump to a line:
Or a symbol:
Another powerhouse shortcut: teleport to the matching brace or parenthesis. Ideal for brace-heavy languages like Java, C#, or JavaScript—and nested parentheses.

Just press:
Toggle forward and backward effortlessly—perfect for jumping from a function's end to start.
Go beyond file searches: query your whole project folder, like grep on steroids.
Lightning-fast, with regex, case sensitivity, and folder filters for precision.
Renaming variables across a file? Skip clunky find-replace. Place your cursor on the term and hit:

All instances select—type to edit them simultaneously. For selective picks:
Adds next matches progressively.
Effortless line duplication:
Copies the entire line below, shifting others down. Pairs perfectly with multi-select for HTML links or repetitive code.
Skip cut-paste or drag-drop. Select text (or just place cursor) and press:
Shifts lines seamlessly—the fastest way to reorder code.
Comment blocks without manual // or /* */ tags. Select and toggle:
Handles language-specific syntax (e.g., HTML ). Press again to uncomment.
Highlight a full line instantly:
Delete it outright:
No more End+Shift+Home combos—game-changer on compact keyboards.
Leverage widescreen monitors: View > Layout > Columns: 2 (Alt + Shift + 2). Side-by-side editing boosts flow.

Supports more columns or vertical splits for portrait monitors.
Forget menu-hunting. This is Sublime's secret weapon—access any command via fuzzy search.

Switch views, open files, run plugins—everything at your fingertips.
Habitual Ctrl+S? Enable auto-save when switching apps. In User Preferences, add:
"save_on_focus_lost": true
Or target specific languages in their .sublime-settings files. Complements regular backups—essential for uninterrupted work. Check 5 basic backup tips every Windows user needs. Read more.
Not the only game in town—see top Mac text editors. Read more. But its speed and productivity features make it a favorite. It's been my go-to for years.
What about you? Why Sublime Text? Share your tips, or your preferred editor, in the comments!