Implement :VimwikiSearchTags to look up tag instances in a wiki
This commit is contained in:
@ -304,6 +304,8 @@ command! -buffer VimwikiDiaryPrevDay call vimwiki#diary#goto_prev_day()
|
||||
|
||||
" tags commands
|
||||
command! -buffer VimwikiRebuildTags call vimwiki#base#update_tags(1)
|
||||
command! -buffer -nargs=* -complete=custom,vimwiki#base#complete_tags
|
||||
\ VimwikiSearchTags VimwikiSearch /:<args>:/
|
||||
|
||||
" COMMANDS }}}
|
||||
|
||||
|
Reference in New Issue
Block a user