Skip to content

hsawaji/fzf-tags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

fzf-tags

fzf-tags bridges the gap between tags and fzf.vim.

It combines :tag and :tselect into a single improved command.

fzf-tags looks up the identifier under the cursor.

fzf-tags uses the built-in :tag command under the hood, which yields a couple benefits.

  • Tag stack management works as expected (CTRL-T or :pop return you to your previous location).
  • Tag priority works as expected (:help tag-priority).

Installation

Plug 'zackhsi/fzf-tags'

Configuration

fzf-tags exposes the <Plug>(fzf_tags) mapping.

To override the default jump-to-tag binding:

nmap <C-]> <Plug>(fzf_tags)

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%