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
- Host: GitHub
- URL: https://github.com/sandelit/daily-vim
- Owner: sandelit
- License: mit
- Created: 2024-08-16T21:13:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T20:23:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T10:14:30.141Z (over 1 year ago)
- Topics: go, vim
- Language: HTML
- Homepage: https://daily-vim.onrender.com/
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```