Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DanilaMihailov/vim-tips-wiki
1500+ tips downloaded from Vim Tips Wiki, parsed and formatted to look and work like native Vim help files
https://github.com/DanilaMihailov/vim-tips-wiki
neovim neovim-plugin vim vim-documentation vim-plug vim-plugin vim-tips
Last synced: 10 days ago
JSON representation
1500+ tips downloaded from Vim Tips Wiki, parsed and formatted to look and work like native Vim help files
- Host: GitHub
- URL: https://github.com/DanilaMihailov/vim-tips-wiki
- Owner: DanilaMihailov
- Created: 2020-06-15T07:49:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T06:51:49.000Z (over 4 years ago)
- Last Synced: 2024-12-02T19:11:59.588Z (20 days ago)
- Topics: neovim, neovim-plugin, vim, vim-documentation, vim-plug, vim-plugin, vim-tips
- Language: Rust
- Homepage:
- Size: 13 MB
- Stars: 63
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vim Tips Wiki
**1500+** tips downloaded from [Vim Tips Wiki](https://vim.fandom.com/wiki/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](https://github.com/vimwiki/vimwiki) (amazing plugin btw).
![Screenshot](https://github.com/DanilaMihailov/vim-wiki-tips/blob/master/screenshots/preview.png?raw=true) (*color scheme gruvbox, light variant*)
## Installation
### [vim-plug](https://github.com/junegunn/vim-plug)
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.