junegunn / junegunn/fzf.vim

Format `:Tags` like `:Btags`

Open
#1,120 2 comments 8 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
10.3k
Forks
608
Avg merge
5d 8h
Merged PRs (30d)
2

Description

- [x] I have fzf 0.22.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [x] I have read through the manual page of fzf (`man fzf`)
- [x] I have searched through the existing issues

`:BTags` shows a very nice tabular formatting and a preview window that highlighting the selected tag:

![image](https://user-images.githubusercontent.com/20794509/92816449-db34d100-f3c5-11ea-8849-cc1c2d4ecec0.png)

`:Tags`, on the other hand, shows only the raw tags file without extra formatting or preview:

![image](https://user-images.githubusercontent.com/20794509/92817553-fe13b500-f3c6-11ea-86e3-6217237d6f07.png)

Is there a way to apply the same formatting logic of `:Btags` for `:Tags` and enable a preview window?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.