Command palette & keyboard
GitCat is built to be driven from the keyboard. The ⌘K palette reaches anything; vim-style keys move around the graph.
This page is being expanded
The full walkthrough is on its way. Here's the outline of what it covers.
What this page will cover
- The command palette (
⌘K) — fuzzy search across commits, refs (including branches not shown in the sidebar), and every tool, plus an in-app Help page. - Vim-style navigation —
j/k,gg/G,Ctrl-D/Ctrl-U,/to search.
Shortcut reference (so far)
| Shortcut | Action |
|---|---|
⌘K | Command palette |
⌘O | Open / switch repository |
⌘, | Settings |
⌘⇧H | Recentre the graph on HEAD |
⌘Z | Undo the last mutation |
⌘⇧N | New branch |
⌘N | New window |
⌘F | Search Code |
⌘⇧F | Search Commit Content (pickaxe) |
⌘` | Toggle the built-in terminal |
(On Windows/Linux, use Ctrl in place of ⌘.)