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 |
⌘+⇧+R | Reveal in Finder |
⌘+⇧+C | Copy file path |
⌘+⇧+O | Add a root folder |
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 |
Last updated on