liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags

Home Page:https://liuchengxu.github.io/vista.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support folds like tagbar?

lonnywong opened this issue · comments

o toggle fold is useful.

Here are tagbar supports:

---------- Folds ----------
+, <kPlus>, zo: Open fold
-, <kMinus>, zc: Close fold
o, za: Toggle fold
*, <kMultiply>, zR: Open all folds
=, zM: Close all folds
zr: Increment fold level by 1
zm: Decrement fold level by 1
zj: Go to next fold
zk: Go to previous fold

Personally, I use Konfekt/FastFold