Sublime Text is a fast, native code editor built by Sublime HQ. It sits at #12 in real-world editor usage at roughly 10.5% share, kept alive by developers who prize its raw speed and multi-cursor editing even as Electron-based editors have taken over the mainstream.
๐ Quick facts
Type: Lightweight, native code editor
Made by: Sublime HQ
License: Paid (unlimited free evaluation, no forced expiry)
Platforms: Windows, macOS, Linux
Primary use case: Very fast text/code editing on large files, with heavy use of multi-cursor and fuzzy-search workflows
Key features
- "Goto Anything" (Ctrl/Cmd+P) โ fuzzy-searches files, symbols, and lines instantly
- Multiple cursors and multi-line simultaneous editing
- Native C++ implementation โ opens huge files without lag
- Distraction-free mode and a Vintage (Vim-emulation) mode
- Rich plugin ecosystem via Package Control
- Instant project-wide search and replace across an entire folder
Getting started
Download it from sublimetext.com, or install it from the command line:
# Windows (winget)
winget install SublimeHQ.SublimeText.4
# macOS (Homebrew)
brew install --cask sublime-text
Launch it, open a folder via File โ Open Folder, and press Ctrl/Cmd+Shift+P for the command palette.
๐ฏ Best for: Editing very large files or codebases where raw editor speed matters more than built-in debugging/refactoring tooling, and for developers who love multi-cursor-driven editing.