1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add ability to jump to next/previous top-level tag, closes #9

This commit is contained in:
Jan Larres
2011-04-24 13:58:06 +12:00
parent ef7aa33d7b
commit 3fe80bfbd6
2 changed files with 38 additions and 2 deletions

View File

@@ -249,6 +249,8 @@ o/za Toggle the fold under the cursor or the current one if there is
no fold under the cursor.
*/zR Open all folds by setting foldlevel to 99.
=/zM Close all folds by setting foldlevel to 0.
<C-N> Go to the next top-level tag.
<C-P> Go to the previous top-level tag.
s Toggle sort order between name and file order.
x Toggle zooming the window.
q Close the Tagbar window.