Variable: treemacs-bulk-file-actions-hydra/docstring

treemacs-bulk-file-actions-hydra/docstring is a variable defined in treemacs-file-management.el.

Value

""

Documentation

Docstring of treemacs-bulk-file-actions-hydra.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-file-management.el
;; shut down docstring width warnings
(with-no-warnings
  (defhydra treemacs-bulk-file-actions-hydra (:exit t :hint nil)
    ("m" #'treemacs-mark-or-unmark-path-at-point "(un)mark")
    ("u" #'treemacs-reset-marks "unmark all")
    ("s" #'treemacs-show-marked-files "show")
    ("d" #'treemacs-delete-marked-files "delete")
    ("c" #'treemacs-copy-marked-files "copy")
    ("o" #'treemacs-move-marked-files "move")
    ("q" nil "cancel")))