Keyboard shortcuts
On Windows and Linux, read ⌘ as Ctrl.
| Shortcut | Does |
|---|---|
⌘K | Open the command palette — every action, searchable |
⌘P | Open the file search palette — jump to any file of the repository |
⌘T | Open a new tab |
⌥W | Close the current repository tab |
⌘Z / ⇧⌘Z | Undo / redo the last Git action (checkout, reset, commit…) |
⌘F | Filter the commit graph (while the graph is on screen) |
⌥⌘F | Jump to the sidebar's branch filter |
⇧⌘F | Open the AI commit search panel |
⌘, | Open Settings |
Esc | Close the current panel, dialog or Settings |
Two context notes: ⌘F defers to the editor's own in-file find when you are focused inside a diff or merge editor, and ⌘Z applies to the app's Git undo stack — not to text fields, which keep their ordinary text undo.