Keyboard Shortcuts¶
Status View¶
Movement¶
r: Refresh status1-5: Jump to sectionn: Next itemN: Next sectionp: Previous itemP: Previous section
Staging¶
s: Stage file/sectionS: Stage all unstaged filesctrl+shift+s: Stage all unstaged and untracked filesu: Unstage file/sectionU: Unstage all filesbackspace: Discard file/sectionshift+backspace: Discard everything
Committing¶
c: CommitC: Commit -a (add unstaged)ctrl+shift+c: Commit –amend (amend previous commit)enter: Open filed: View diff
Stashes¶
a: Apply stashA: Pop stashz: Create stash from worktree
Blame View¶
enter: Show the selected commit(s)b: Run blame starting from the selected commit(s)