Function: treemacs-visit-node-default

treemacs-visit-node-default is an interactive and byte-compiled function defined in treemacs-interface.el.

Signature

(treemacs-visit-node-default &optional ARG)

Documentation

Run treemacs-default-visit-action for the current button.

A potential prefix ARG is passed on to the executed action, if possible.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-interface.el
(defun treemacs-visit-node-default (&optional arg)
  "Run `treemacs-default-visit-action' for the current button.
A potential prefix ARG is passed on to the executed action, if possible."
  (interactive "P")
  (funcall-interactively treemacs-default-visit-action arg))