Function: magit-jump-to-unstaged
magit-jump-to-unstaged is an interactive and byte-compiled function
defined in magit-diff.el.
Signature
(magit-jump-to-unstaged &optional ARG1)
Documentation
Jump to the section "Unstaged changes".
With a prefix argument also expand it.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(magit-define-section-jumper magit-jump-to-unstaged
"Unstaged changes" unstaged nil magit-insert-unstaged-changes)