Skip to content

mrbiggfoot/unite-tselect2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

unite-tselect2

Introduction

This is a fork of unite-tselect.

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>

To make a command that behaves like :tselect:

command! -nargs=* Tselect Unite tselect:<args>

About

:tselect using unite.vim interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%