Function: magit-jump-to-staged
magit-jump-to-staged is an interactive and byte-compiled function
defined in magit-diff.el.
Signature
(magit-jump-to-staged &optional ARG1)
Documentation
Jump to the section "Staged 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-staged
"Staged changes" staged nil magit-insert-staged-changes)