Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.