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

https://github.com/timothyye/vim-tips

A vim plugin to show tips of vim in Vim editor.
https://github.com/timothyye/vim-tips

Last synced: 12 months ago
JSON representation

A vim plugin to show tips of vim in Vim editor.

Awesome Lists containing this project

README

          

vim-tips
========

A vim plugin to show tips of vim in Vim editor.

## Requirement
Need ruby environment.
## Install
Use Vundle to install this plugin:
* Modify .vimrc file
* Add one line:
```
Plugin 'TimothyYe/vim-tips'
```
* Save .vimrc file, start vim, install this plugin using:
```
:BundleInstall
```
## Usage
In Vim, use command ":VimTips" to get and show one random vim tip:

![](screenshots/vim-plugin.png)
![](screenshots/vim-tips.gif)