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

Add ability to open or close folds a single level

This commit is contained in:
AdnoC
2017-07-26 10:18:18 -04:00
parent f5792732de
commit e3732091bf
3 changed files with 69 additions and 0 deletions

View File

@@ -108,6 +108,8 @@ function! s:setup_keymaps() abort
\ ['togglefold', ['o', 'za']],
\ ['openallfolds', ['*', '<kMultiply>', 'zR']],
\ ['closeallfolds', ['=', 'zM']],
\ ['incrementfolds', ['zr']],
\ ['decrementfolds', ['zm']],
\ ['nextfold', 'zj'],
\ ['prevfold', 'zk'],
\