Skip to Content
FinderGit v0.6.1 is here — a Git-aware file browser for macOS. See what's new
DocumentationKeyboard Shortcuts

Keyboard Shortcuts

FinderGit supports many keyboard shortcuts for fast navigation and Git operations.

File operations

ShortcutAction
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
ShortcutAction
+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

ShortcutAction
++
Zoom in (increase tree font size)
+
Zoom out (decrease tree font size)
+0
Reset to actual size (13pt)
++R
Rescan all root folders

Repository

ShortcutAction
++F
Fetch
++L
Pull
++P
Push
++A
Stage All
++S
Stage selected file
++T
Open in Terminal
+R
Refresh repository status

Settings

ShortcutAction
+,
Open Settings

Help

ShortcutAction
+?
Open the live online docs in your default browser (replaces the macOS default Help menu, which has no docs to surface)
Last updated on