Function: dired-mouse-find-file-other-window

dired-mouse-find-file-other-window is an interactive and byte-compiled function defined in dired.el.gz.

Signature

(dired-mouse-find-file-other-window EVENT)

Documentation

In Dired, visit the file or directory name you click on in another window.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/dired.el.gz
(defun dired-mouse-find-file-other-window (event)
  "In Dired, visit the file or directory name you click on in another window."
  (interactive "e")
  (dired-mouse-find-file event 'find-file-other-window 'dired-other-window))