Skip to content

eiiches/unite-tselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

unite-tselect

Introduction

unite-tselect is a unite.vim source plugin for selecting tags, which provides a similar functionality as :tselect command.

Usage

To search tags for <keyword>, execute

:Unite tselect:<keyword>

If you want to remap g<C-]> and g], copy the following lines into your vimrc.

nnoremap g<C-]> :<C-u>Unite -immediately tselect:<C-r>=expand('<cword>')<CR><CR>
nnoremap g] :<C-u>Unite tselect:<C-r>=expand('<cword>')<CR><CR>

About

:tselect using unite.vim interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published