diff --git a/doc/tagbar.txt b/doc/tagbar.txt index ee26fed..bd2b691 100644 --- a/doc/tagbar.txt +++ b/doc/tagbar.txt @@ -331,7 +331,7 @@ P Open the tag in a |preview-window|. Display the prototype of the current tag (i.e. the line defining it) in the command line. Map option: tagbar_map_showproto -h Hide tags that are declared non-public. Tags without any +v Hide tags that are declared non-public. Tags without any visibility information will still be shown. Map option: tagbar_map_hidenonpublic +/zo Open the fold under the cursor. diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 7f13388..718b2cb 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -90,7 +90,7 @@ let s:keymaps = [ \ ['nexttag', ''], \ ['prevtag', ''], \ ['showproto', ''], - \ ['hidenonpublic', 'h'], + \ ['hidenonpublic', 'v'], \ \ ['openfold', ['+', '', 'zo']], \ ['closefold', ['-', '', 'zc']],