Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egaga/openvim
Interactive tutorial for Vim.
https://github.com/egaga/openvim
interactive-tutorial javascript tutorial vim
Last synced: about 1 month ago
JSON representation
Interactive tutorial for Vim.
- Host: GitHub
- URL: https://github.com/egaga/openvim
- Owner: egaga
- License: mit
- Created: 2015-04-16T14:20:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T08:38:53.000Z (over 1 year ago)
- Last Synced: 2024-06-17T14:32:22.644Z (6 months ago)
- Topics: interactive-tutorial, javascript, tutorial, vim
- Language: JavaScript
- Size: 222 KB
- Stars: 566
- Watchers: 13
- Forks: 72
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenVim
Interactive tutorial for Vim. Initial version created and published in 2011.## What is OpenVim?
OpenVim is a web-based project to let people quickly have a taste what kind of an editor Vim is.
Vim is considered to be very useful but can feel devastatingly opaque at first. Hopefully this tutorial makes people feel more comfortable to give it a chance.OpenVim is based on a custom engine that interprets vim commands.
Fun fact: the engine operates directly on the dom but could be easily refactored to a model that is not view-dependent.## How to help?
If you want to help with actual code, look at the existing GitHub issues. Especially keybindings are hard for me to get right in different environments.
## License
MIT License.
## Contact