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.
- Host: GitHub
- URL: https://github.com/timothyye/vim-tips
- Owner: TimothyYe
- Created: 2013-07-10T17:17:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T08:49:17.000Z (over 8 years ago)
- Last Synced: 2025-05-19T12:48:14.162Z (about 1 year ago)
- Language: Vim script
- Size: 32.2 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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:

