Skip to main content

Menu

LEVEL 0
0/5 XP
HomeAboutTopicsPricingMy VaultStats

Categories

🤖 Artificial Intelligence
☁️ Cloud and Infrastructure
💾 Data and Databases
💼 Professional Skills
🎯 Programming and Development
🔒 Security and Networking
📚 Specialized Topics
HomeAboutTopicsPricingMy VaultStats
LEVEL 0
0/5 XP
GitHub
© 2026 CheatGrid™. All rights reserved.
Privacy PolicyTerms of UseAboutContact

Sublime Text Cheat Sheet

Sublime Text Cheat Sheet

Back to Developer Tools
Updated 2026-04-28
Next Topic: Swagger OpenAPI Cheat Sheet

Sublime Text is a sophisticated cross-platform text editor built for code, markup, and prose, known for its speed, elegant interface, and powerful features. Released in 2008, it pioneered features like multiple selections, Goto Anything, and a minimap that have since become standard in modern editors. Build 4200 (stable, May 2025) added sidebar placement options, interactive build systems, and native TOML/Zsh syntax; the dev channel (build 4205) upgraded the plugin Python runtime to 3.14. While VS Code and Zed have surged in popularity, Sublime Text remains the choice of developers who prioritize raw performance, minimal resource usage, and a distraction-free workflow — it starts instantly, handles massive files without slowdown, and stays responsive where Electron-based editors struggle.

What This Cheat Sheet Covers

This topic spans 23 focused tables and 247 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.

Table 1: Navigation and Quick AccessTable 2: Multiple Selections and EditingTable 3: Find and ReplaceTable 4: Editing and Text ManipulationTable 5: Code Formatting and IndentationTable 6: Snippets and MacrosTable 7: Projects and WorkspacesTable 8: Build Systems and TasksTable 9: Git IntegrationTable 10: View and Layout ManagementTable 11: Bookmarks and MarksTable 12: Code FoldingTable 13: Settings and CustomizationTable 14: Key Bindings CustomizationTable 15: Themes and Color SchemesTable 16: Package Control and ExtensionsTable 17: Autocomplete and IntelliSenseTable 18: Vintage Mode (Vim Emulation)Table 19: Advanced FeaturesTable 20: Command Line InterfaceTable 21: Keyboard Shortcuts — File ManagementTable 22: Keyboard Shortcuts — SelectionTable 23: Minimap and Visual Elements

Table 1: Navigation and Quick Access

CommandExampleDescription
Goto Anything
Ctrl+P → type myfile.py
• Opens fuzzy file search across the project
• type a filename or path fragment to jump to any file.
Command Palette
Ctrl+Shift+P
Searchable list of all commands, settings, and plugin actions — access everything without memorizing shortcuts.
Goto Symbol
Ctrl+R or Ctrl+P → @functionName
• Lists all symbols (functions, classes, methods) in the current file
• navigate with arrows or fuzzy search.
Goto Symbol in Project
Ctrl+Shift+R
• Searches symbols across all project files
• useful for finding definitions in large codebases.
Goto Line
Ctrl+G → 145 or Ctrl+P → :145
• Jumps to a specific line number
• : prefix works inside Goto Anything.
Goto Word
Ctrl+;
• Jumps to any word in the current file using fuzzy search
• faster than scrolling or find for single-file navigation.

More in Developer Tools

  • Storybook Component Development Cheat Sheet
  • Swagger OpenAPI Cheat Sheet
  • AI-LLM Code Generation Cheat Sheet
  • Docker Desktop for Developers Cheat Sheet
  • Jupyter Notebooks Cheat Sheet
  • RStudio Cheat Sheet
View all 55 topics in Developer Tools