Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sergei-mironov/cycletags.vim
- Owner: sergei-mironov
- Created: 2013-05-22T12:19:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-22T14:56:11.000Z (over 11 years ago)
- Last Synced: 2024-07-07T11:28:48.133Z (4 months ago)
- Language: VimL
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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(''))