Skip to content

matt-snider/vim-tagquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-tagquery

A vim plugin that enables improved querying of tags.

Currently, this depends on fzf.vim, but there are plans for a command that does not require it.

Usage

This finds all locations with the tags foo and bar, but not bazz. It will put the results in a filterable fzf buffer with a preview of the file:

:FzfTagQuery foo & bar & !bazz

An example binding:

noremap <C-t> :FzfTagQuery

Installation

Using vim-plug:

Plug 'matt-snider/vim-tagquery', { 'do': 'bash install.sh' }

Configuration

Path to the vimwiki ctags file:

let g:tagquery_ctags_file = '~/vimwiki/.vimwiki_tags'

About

A vim plugin that lets you search with multiple tags.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published