Function: magit-diff-visit-worktree-file-other-frame

magit-diff-visit-worktree-file-other-frame is an interactive and byte-compiled function defined in magit-diff.el.

Signature

(magit-diff-visit-worktree-file-other-frame)

Documentation

From a diff visit the file at point in another frame.

Like magit-diff-visit-worktree-file but display in another frame.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defun magit-diff-visit-worktree-file-other-frame ()
  "From a diff visit the file at point in another frame.
Like `magit-diff-visit-worktree-file' but display in another frame."
  (interactive)
  (magit-diff-visit-file--internal t #'switch-to-buffer-other-frame))