Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhinz/vim-randomtag
:bulb: Jump to random Vim documentation.
https://github.com/mhinz/vim-randomtag
help neovim tags vim vim-plugin
Last synced: 3 months ago
JSON representation
:bulb: Jump to random Vim documentation.
- Host: GitHub
- URL: https://github.com/mhinz/vim-randomtag
- Owner: mhinz
- License: mit
- Created: 2014-09-28T23:20:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T15:52:49.000Z (almost 8 years ago)
- Last Synced: 2023-03-23T00:52:03.559Z (almost 2 years ago)
- Topics: help, neovim, tags, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 10.7 KB
- Stars: 41
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
=== What is this madness?
Learn something new about Vim every day by jumping to random tags from help files!
=== Amazing! How do I use it?
Easy-peasy! Just run `:Random` for built-in tags. `:Random!` also parses the `runtimepath` and includes tags from external plugins.
=== Typical workflow
```vim
:Random!
@:
@@
@@
@@
```You get the idea.