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

Add map to allow pausing/unpausing tagbar

This commit is contained in:
fievel
2018-06-15 10:27:33 +02:00
parent 877515b0d8
commit 44f114a7cb
3 changed files with 20 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ function! s:setup_keymaps() abort
\ ['togglesort', 's'],
\ ['togglecaseinsensitive', 'i'],
\ ['toggleautoclose', 'c'],
\ ['togglepause', 't'],
\ ['zoomwin', 'x'],
\ ['close', 'q'],
\ ['help', ['<F1>', '?']],