Keyboard shortcuts
Git Explorer is mostly mouse-driven, but a few common actions have keyboard shortcuts.
Commit dialog
| Shortcut | Action |
|---|---|
| ⌘ ↵ | Commit the staged changes |
| Esc | Close the dialog without committing |
New branch dialog
| Shortcut | Action |
|---|---|
| ↵ | Create the branch |
| Esc | Cancel |
Changed files list
| Shortcut | Action |
|---|---|
| ↵ | Open the focused file in the diff view |
Have an idea for a shortcut? Open an issue.