https://github.com/kupospelov/vis-ctags
A vis plugin to provide basic ctags support
https://github.com/kupospelov/vis-ctags
ctags vis vis-ctags vis-editor vis-plugin
Last synced: 4 months ago
JSON representation
A vis plugin to provide basic ctags support
- Host: GitHub
- URL: https://github.com/kupospelov/vis-ctags
- Owner: kupospelov
- License: mit
- Created: 2017-05-23T19:46:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T20:20:32.000Z (over 2 years ago)
- Last Synced: 2024-11-25T01:33:30.274Z (11 months ago)
- Topics: ctags, vis, vis-ctags, vis-editor, vis-plugin
- Language: Lua
- Homepage:
- Size: 43 KB
- Stars: 22
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vis-ctags
Basic ctags support for the [vis editor](https://github.com/martanne/vis).
## Usage
The plugin should first of all be
[enabled](https://github.com/martanne/vis/wiki/Plugins).
| Action | Shortcut | Command | Exports |
| ---------------- | ---------- | ---------------- | ------------------ |
| Jump to tag | `Ctrl+]` | `tag ` | `actions.tag` |
| List tag matches | `g+Ctrl+]` | `tselect ` | `actions.tselect` |
| Jump back | `Ctrl+T` | `pop` | `actions.pop` |
There may be some generic or language-specific issues. If you find
one, or you have an idea of how to improve something, feel free to
send a patch or create a pull request.