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

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

Signature

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

Documentation

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

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

Key Bindings

Source Code

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