Variable: treemacs-move-forward-on-expand
treemacs-move-forward-on-expand is a customizable variable defined in
treemacs-customization.el.
Value
nil
Documentation
When non-nil treemacs will move to the first child of an expanded node.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-customization.el
(defcustom treemacs-move-forward-on-expand nil
"When non-nil treemacs will move to the first child of an expanded node."
:type 'boolean
:group 'treemacs)