Compare Shortcuts and Commands: Claude Code vs Cursor, Vim vs VS Code
Each comparison lines up the same task in two tools and shows the literal key or command in each, with a dash where one tool has no documented equivalent. The tokens are pulled from the two per-tool reference tables, so the comparison cannot drift from the data: if a command is renamed in one tool's documentation, the per-tool page changes and this page is regenerated from it.
Claude Code vs Cursor
19 tasks. Claude Code and Cursor's agent CLI both expose a slash-command layer on top of a chat prompt, and the two vocabularies overlap more than either vendor's marketing suggests: /clear, /model, /plan, /goal, /fork, /rewind, /rename, /resume and /logout exist in both with the same meaning.
Claude Code vs OpenAI Codex CLI
27 tasks. Claude Code and OpenAI Codex CLI are the two terminal agents whose command sets have converged hardest.
Vim vs VS Code
23 tasks. Vim and VS Code are not two keymaps for the same model of editing; they are two models.
Bash / Shell vs PowerShell
22 tasks. Bash (through readline) and PowerShell (through PSReadLine) both give you an editable command line with history search, but they inherit different conventions: readline's defaults are Emacs-style control and meta keys, PSReadLine's defaults are Windows text-editing keys.
Excel vs Google Sheets
30 tasks. Google Sheets deliberately copied most of Excel's keyboard layer, so navigation, selection, fill, date/time insertion, F2, F4 and Ctrl + ` are identical in both.