⌥+⌃AltPlusCtrl

Developer Tools

Developer tooling shortcuts tend to be denser and more consistent across applications than most other software categories, since developers as a user base have historically pushed hard for keyboard-first workflows and many tools deliberately borrow conventions from each other — VS Code's multi-cursor editing directly inherited from Sublime Text being the clearest example on this site. This category covers editors, browsers' developer-facing tools, API clients, and terminal/shell environments.

Visual Studio Code

The most widely used code editor today, with a command-palette philosophy that makes nearly every feature keyboard-discoverable.

Google Chrome

Includes a full developer-facing category covering DevTools shortcuts for inspecting elements, emulating devices, and debugging.

Sublime Text

The editor that pioneered much of the multi-cursor and fuzzy-search navigation model that VS Code later adopted directly.

Postman

API testing tool where Ctrl+Enter to send a request is the single most-used shortcut in any active development session.

Docker Desktop

Container management GUI with a deliberately minimal shortcut set, since most real Docker workflow lives in the CLI instead.

GitHub Desktop

Visual Git client covering commit, branch, and sync shortcuts for developers who prefer a GUI over raw Git commands.

Windows Terminal

Modern multi-tab, multi-pane terminal host for Windows, supporting several shell profiles side by side in one window.

PowerShell

Command-line editing and history shortcuts inherited from the PSReadLine module, distinct from any GUI application's keybindings.

Xcode

Apple's Mac-only IDE for macOS and iOS development, combining a code editor, Interface Builder, and a dense debugging/simulator toolchain in one application.

Android Studio

Google's official Android IDE, built on the IntelliJ platform, pairing a Kotlin/Java editor with a visual Layout Editor and emulator toolchain.

IntelliJ IDEA

JetBrains' Java-focused IDE, sharing its core keymap and refactoring philosophy with Android Studio, PyCharm, and the rest of the JetBrains family.

PyCharm

JetBrains' Python-focused IDE, built on the same keymap and refactoring conventions as the rest of the JetBrains IDE family.

WebStorm

JetBrains' JavaScript and TypeScript-focused IDE, sharing its core keymap with PyCharm and IntelliJ IDEA.

Eclipse

Long-standing free Java IDE predating IntelliJ-based tools, still widely used in enterprise Java development with its own distinct refactoring shortcut set.

Visual Studio

Microsoft's full IDE for .NET, C++, and Windows development, distinct from the lighter Visual Studio Code, with a dense debugging and refactoring shortcut set.

GitLab

Web-based DevOps platform covering source control, CI/CD, and issue tracking, with browser-wide keyboard shortcuts for navigating projects and merge requests.

Insomnia

API client for testing REST, GraphQL, and gRPC requests, positioned as a lighter-weight alternative to Postman.

Notepad++

Free, lightweight Windows-only text and source code editor known for fast startup and a dense, classic-Windows-style shortcut set.

Vim

Modal text editor available on virtually every Unix-like system, built entirely around keyboard-driven editing with no reliance on a mouse or menus.

Neovim

Modernized fork of Vim with a Lua-based plugin architecture and built-in LSP support, keeping Vim's modal editing model at its core.

Emacs

Decades-old extensible text editor famous for a chorded shortcut philosophy built entirely around Control and Meta key combinations rather than modal switching.

VSCodium

Community-built distribution of VS Code's open-source codebase, stripped of Microsoft's telemetry while keeping the same editor core and keymap.

DBeaver

Free, cross-platform universal database tool supporting most major SQL and NoSQL databases through a single Eclipse-based interface.

TablePlus

Native database management GUI for Windows and Mac, with spreadsheet-like grid navigation and a built-in SQL query editor.

Warp

Modern, Rust-based terminal emulator featuring block-based command output and AI command search layered onto a traditional shell experience.

iTerm2

Popular free replacement for macOS's built-in Terminal app, adding split panes and a Hotkey Window feature long favored by Mac developers.

Termius

Cross-platform SSH client with synced host lists and key management, popular for managing multiple remote servers from desktop and mobile.

Beyond Compare

File and folder comparison utility used to diff and merge text files, folder structures, and binary data across Windows, Mac, and Linux.

WinMerge

Free, open-source Windows tool for comparing and merging text files and folders, commonly used to review diffs outside a version control GUI.

HTTPie

Command-line and desktop HTTP client designed for human-friendly API testing, offering simpler syntax than raw curl.

Wireshark

Free network protocol analyzer used to capture and inspect network traffic packet by packet, standard tooling for troubleshooting and security analysis.

PuTTY

Free, lightweight SSH and telnet client for Windows, long-standing as one of the most widely used terminal emulators for remote Unix connections.

FileZilla

Free, open-source FTP, SFTP, and FTPS client with a dual-pane interface for transferring files between a local machine and a remote server.

Azure DevOps

Microsoft's suite for work tracking, Git repositories, and CI/CD pipelines, widely used by enterprise teams already invested in the Microsoft ecosystem.

Bitbucket

Atlassian's Git repository hosting service, tightly integrated with Jira and Confluence for teams standardized on the Atlassian suite.

Sourcetree

Atlassian's free Git GUI client, offering a visual commit graph and branch management for people who prefer not to use Git purely from the command line.

GitKraken

Cross-platform Git GUI client known for its polished commit graph visualization and built-in merge conflict editor.

Mozilla Firefox

Open-source web browser known for strong privacy defaults and extension support, with its own DevTools shortcut set distinct from Chromium-based browsers.

Safari

Apple's default browser on macOS and iOS, built around tight system integration and Apple's own keyboard conventions rather than Chromium-derived shortcuts.

Microsoft Edge

Microsoft's Chromium-based browser bundled by default with Windows, sharing most core shortcuts with Chrome plus its own productivity features.

Brave

Privacy-focused Chromium-based browser with built-in ad and tracker blocking, sharing Chrome's core shortcut set.

Vivaldi

Highly customizable Chromium-based browser aimed at power users, with tab-stacking and panels going well beyond the standard browser shortcut set.

Arc Browser

Chromium-based browser with a reimagined sidebar-first interface and Spaces for organizing tabs, layering its own shortcuts on top of standard browser conventions.

Opera

Chromium-based browser with built-in features like a free VPN and integrated sidebar messengers, alongside standard browsing shortcuts.

Zen Browser

Firefox-based browser focused on a calmer, more customizable browsing experience with built-in workspace and split-view features.

Developers switching between an editor, a browser's DevTools, and a terminal all day benefit the most from this category, since the cumulative time saved across dozens of small keyboard actions per hour adds up faster here than almost anywhere else covered on this site. This category has grown to include the full range of tools a developer's day touches — additional IDEs and editors (Xcode, Android Studio, the JetBrains family, Eclipse, Visual Studio, Vim/Neovim/Emacs), database and diff utilities, terminal emulators, Git hosting and GUI clients, and every general-purpose web browser, since browser shortcuts and DevTools are inseparable from a working developer's daily keyboard habits even on non-Chrome browsers.