Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/alt-gtags.vim
Alternative GNU GLOBAL integration plugin for Vim
https://github.com/5t111111/alt-gtags.vim
Last synced: 2 days ago
JSON representation
Alternative GNU GLOBAL integration plugin for Vim
- Host: GitHub
- URL: https://github.com/5t111111/alt-gtags.vim
- Owner: 5t111111
- License: other
- Created: 2013-08-27T13:51:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T00:36:34.000Z (about 9 years ago)
- Last Synced: 2024-04-13T16:15:43.421Z (7 months ago)
- Language: Python
- Homepage:
- Size: 395 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
alt-gtags.vim
============alt-gtags.vim is a plugin that enables you to use GNU GLOBAL (gtags) in a Vim.
if_pyth is required as it is written in Python.Installation
-------------When using NeoBundle, add this in your .vimrc.
NeoBundle '5t111111/alt-gtags.vim'
Usage
-------------The tags are displayed in a QuickFix window by running the below commands.
* AltGtags -f
Display the list of the objects of the current buffer on QuickFix window.
* AltGtags
Display the definition of the object where the cursor is positioned.
* AltGtags -r
Display the reference of the object where the cursor is positioned.
* AltGtags -s
Display the reference of the symbol where the cursor is positioned.