Keyboard Shortcuts
FinderGit supports many keyboard shortcuts for fast navigation and Git operations.
File operations
| Shortcut | Action |
|---|---|
Space | Quick Look the selected file (native Markdown renderer for .md/.markdown, system Quick Look for everything else) |
⌘+↩ | Open the selected file |
↩ | Activate the selection — open a file, or drill into a folder |
⌫ | Move the whole selection to the Trash (undo-able with ⌘Z) |
⌘+Z | Restore the last trashed batch to its original location |
⌘+⇧+R | Reveal in Finder |
⌘+⇧+C | Copy file path |
⌘+⇧+O | Add a root folder |
Navigation
| Shortcut | Action |
|---|---|
⌘+T | Open a new tab — each tab gets its own sidebar selection and drill-down history |
⌘+[ | Back — pop the drill-down history |
⌘+] | Forward — replay the most recent back |
View
| Shortcut | Action |
|---|---|
⌘++ | Zoom in (increase tree font size) |
⌘+− | Zoom out (decrease tree font size) |
⌘+0 | Reset to actual size (13pt) |
⌥+⌘+R | Rescan all root folders |
Repository
| Shortcut | Action |
|---|---|
⌘+⇧+F | Fetch |
⌘+⇧+L | Pull |
⌘+⇧+P | Push |
⌘+⇧+A | Stage All |
⌘+⇧+S | Stage selected file |
⌃+⌘+T | Open in Terminal |
⌘+R | Refresh repository status |
Settings
| Shortcut | Action |
|---|---|
⌘+, | Open Settings |
Help
| Shortcut | Action |
|---|---|
⌘+? | Open the live online docs in your default browser (replaces the macOS default Help menu, which has no docs to surface) |
Last updated on