โœจ

Sublime Text

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

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.