Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergei-mironov/cycletags.vim

Vim plugin for cycling through your tags
https://github.com/sergei-mironov/cycletags.vim

Last synced: 5 days ago
JSON representation

Vim plugin for cycling through your tags

Awesome Lists containing this project

README

        

Cycletags
---------

Cycletags is a small Vim plugin allowing user to cycle through the tags of an
identifier by repeatedly pressing Ctrl-]

Install
-------

Consider using pathogen

https://github.com/tpope/vim-pathogen

Usage
-----

The plugin turns Ctrl+] into tag-cycling command by (relatively) wisely calling
tnext/trewind. In order to map, say, Ctrl+t instead of default Ctrl+], place
following lines in your .vimrc:

let g:cycletags_no_mappings = 1
map :call CycleTags(expand(''))