Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/motemen/vim-help-random

a Vim plugin to open a help topic randomly
https://github.com/motemen/vim-help-random

Last synced: about 1 month ago
JSON representation

a Vim plugin to open a help topic randomly

Awesome Lists containing this project

README

        

*help-random.txt* Random :help

help-random *help-random*

INTRODUCTION |help-random-introduction|
INSTALLATION |help-random-installation|
COMMANDS |help-random-commands|
ABOUT |help-random-author|

=============================================================================
INTRODUCTION *help-random-introduction*

It is well known that to read |:help| again and again is the best way for Vim
newbies. But what is to start with? The Vim help is so vast, that the
beginners often are in lost.

This plugin helps this problem. |:HelpRandom|, the only command this plugin
provides, opens a help topic randomly chosen for you. If you don't know what
topic to be read, simply use this to get a fresh knowledge. This is not only
helpful for beginners, but also for skilled vimmers who want a new discovery
about Vim.

=============================================================================
INSTALLATION *help-random-installation*

Using Vundle :

>
Bundle 'motemen/vim-help-random'

=============================================================================
COMMANDS *help-random-commands*

*:HelpRandom*
:HelpRandom
Opens a help topic randomly.

==============================================================================
ABOUT *help-random-author*

Author: motemen
License: MIT

vim:tw=78:ts=8:ft=help:norl: