mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-13 10:53:59 +08:00
Update online help
This commit is contained in:
parent
4eb89e4a53
commit
592dc6856a
|
@ -2457,21 +2457,25 @@ function! s:PrintHelp()
|
|||
silent 0put ='\" Tagbar keybindings'
|
||||
silent put ='\"'
|
||||
silent put ='\" --------- General ---------'
|
||||
silent put ='\" <Enter> : Jump to tag definition'
|
||||
silent put ='\" <Space> : Display tag prototype'
|
||||
silent put ='\" <Enter> : Jump to tag definition'
|
||||
silent put ='\" p : As above, but stay in'
|
||||
silent put ='\" Tagbar window'
|
||||
silent put ='\" <C-N> : Go to next top-level tag'
|
||||
silent put ='\" <C-P> : Go to previous top-level tag'
|
||||
silent put ='\" <Space> : Display tag prototype'
|
||||
silent put ='\"'
|
||||
silent put ='\" ---------- Folds ----------'
|
||||
silent put ='\" +, zo : Open fold'
|
||||
silent put ='\" -, zc : Close fold'
|
||||
silent put ='\" o, za : Toggle fold'
|
||||
silent put ='\" *, zR : Open all folds'
|
||||
silent put ='\" =, zM : Close all folds'
|
||||
silent put ='\" +, zo : Open fold'
|
||||
silent put ='\" -, zc : Close fold'
|
||||
silent put ='\" o, za : Toggle fold'
|
||||
silent put ='\" *, zR : Open all folds'
|
||||
silent put ='\" =, zM : Close all folds'
|
||||
silent put ='\"'
|
||||
silent put ='\" ---------- Misc -----------'
|
||||
silent put ='\" s : Toggle sort'
|
||||
silent put ='\" x : Zoom window in/out'
|
||||
silent put ='\" q : Close window'
|
||||
silent put ='\" <F1> : Remove help'
|
||||
silent put ='\" s : Toggle sort'
|
||||
silent put ='\" x : Zoom window in/out'
|
||||
silent put ='\" q : Close window'
|
||||
silent put ='\" <F1> : Remove help'
|
||||
silent put _
|
||||
endif
|
||||
endfunction
|
||||
|
|
Loading…
Reference in New Issue
Block a user