liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.9k stars 87 forks source link

support folds like tagbar? #417

Open lonnywong opened 2 years ago

lonnywong commented 2 years ago

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
timsu92 commented 2 years ago

Personally, I use Konfekt/FastFold