Function: magit-jump-to-tracked

magit-jump-to-tracked is an interactive and byte-compiled function defined in magit-status.el.

Signature

(magit-jump-to-tracked &optional ARG1)

Documentation

Jump to the section "Tracked files".

With a prefix argument also expand it.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(magit-define-section-jumper magit-jump-to-tracked
  "Tracked files" tracked nil magit-insert-tracked-files)