Skip to content

DanilaMihailov/vim-tips-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim Tips Wiki

1500+ tips downloaded from Vim Tips Wiki, parsed and formatted to look and work like native Vim help files.

You can use :helpgrep to search tips, Ctrl-] to jump tags and gO (thats capital o) to see table of contents. All tips are numbered and tagged in a format vtw-N where N is number of a tip.

Try :help vtw-1. Checkout plugin help :h vim-wiki-tips, theres lists of tips sorted by order, alphabet and category. And there is command :RandomVimTip that opens random tip.

Note: this plugin is not related to vimwiki (amazing plugin btw).

Screenshot (color scheme gruvbox, light variant)

Installation

  1. Add the following configuration to your .vimrc.

     Plug 'danilamihailov/vim-tips-wiki'
    
  2. Install with :PlugInstall.

Or use your favorite plugin manager

Why, though?

Sometimes I find myself using :helpgrep and not finding what I am looking for, often because I did not use correct word or phrase. I hope that having 1500+ tips written by users will help solve this problem.