Function: windmove-display-new-tab

windmove-display-new-tab is an autoloaded, interactive and byte-compiled function defined in windmove.el.gz.

Signature

(windmove-display-new-tab &optional ARG)

Documentation

Display the next buffer in a new tab.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/windmove.el.gz
;;;###autoload
(defun windmove-display-new-tab (&optional arg)
  "Display the next buffer in a new tab."
  (interactive "P")
  (windmove-display-in-direction 'new-tab arg))