Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 546 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 546 Bytes

plum-tree

Plum actions on tree output

Example

Open files by clicking on a tree: . ├── README.md └── autoload └── plum └── tree.vim

plum#tree#File()

Open file from tree format.

plum#tree#Directory()

List directory from tree format.

Recommended Priority

let g:plum_actions = [
      \ plum#fso#Directory(),
      \ plum#fso#File(),
      \ plum#term#SmartTerminal(),
      \ plum#vim#Execute(),
      \ plum#tree#Directory(),
      \ plum#tree#File(),
      \ ]