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

https://github.com/sandelit/daily-vim

Daily tips and tricks to learn vim in bite-sized chunks
https://github.com/sandelit/daily-vim

go vim

Last synced: 6 months ago
JSON representation

Daily tips and tricks to learn vim in bite-sized chunks

Awesome Lists containing this project

README

          

# daily-vim

Daily Vim is a project I created to help with my own Vim journey. The idea is to
break it down in bite-sized chunk so you can learn one command or productivity
trick at a time.

Each day, you'll find a new Vim tip or trick that I've discovered and found
useful in my own coding. Some days it will be a simple command, other days a
productivity hack. But it will always be something small, you can immediately
apply to your own Vim usage.

[Live demo](https://daily-vim.onrender.com)

### Contribution

If you have any tips or tricks you want to share, feel free to open a
pull-request with your addition in the /data/tips.json file using the format:

```json
{
"title": "Title of the tip",
"content": "Short description of the command and the command using this format: ---g;---",
"command": "g;",
"link": "Link to documentation of the command if applicable"
}
```