All Projects → egaga → Openvim

egaga / Openvim

Licence: mit
Interactive tutorial for Vim.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Openvim

Pytorch Custom Cuda Tutorial
Tutorial for building a custom CUDA function for Pytorch
Stars: ✭ 369 (-3.66%)
Mutual labels:  tutorial
Manim Tutorial
A tutorial for manim, a mathematical animation engine made by 3b1b
Stars: ✭ 373 (-2.61%)
Mutual labels:  tutorial
Gulp Tutorial
Code examples for my Gulp.js tutorial series
Stars: ✭ 383 (+0%)
Mutual labels:  tutorial
Flask Tutorial
Flask 入门教程:使用 Python 和 Flask 开发你的第一个 Web 程序
Stars: ✭ 365 (-4.7%)
Mutual labels:  tutorial
Iclr2019 Openreviewdata
Script that crawls meta data from ICLR OpenReview webpage. Tutorials on installing and using Selenium and ChromeDriver on Ubuntu.
Stars: ✭ 376 (-1.83%)
Mutual labels:  tutorial
Start Machine Learning In 2020
A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques!
Stars: ✭ 357 (-6.79%)
Mutual labels:  tutorial
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (-5.22%)
Mutual labels:  tutorial
Kotlin Tutorials
【Kotlin 视频教程】国内资料较少,我录制了一套视频作为抛砖引玉~
Stars: ✭ 14 (-96.34%)
Mutual labels:  tutorial
Git Tutor
+md=❤️ Awesome tutorials from your git log
Stars: ✭ 376 (-1.83%)
Mutual labels:  tutorial
Prometheus For Developers
Practical introduction to Prometheus for developers.
Stars: ✭ 382 (-0.26%)
Mutual labels:  tutorial
Userge
Userge, Durable as a Serge
Stars: ✭ 363 (-5.22%)
Mutual labels:  tutorial
Judo Heroes
A React application to showcase rendering with Universal JavaScript
Stars: ✭ 373 (-2.61%)
Mutual labels:  tutorial
Tinyraytracer
A brief computer graphics / rendering course
Stars: ✭ 3,971 (+936.81%)
Mutual labels:  tutorial
Numpy Tutorial
Numpy beginner tutorial
Stars: ✭ 365 (-4.7%)
Mutual labels:  tutorial
Go Todo Rest Api Example
📚 A RESTful API example for simple todo application with Go
Stars: ✭ 385 (+0.52%)
Mutual labels:  tutorial
Vim Classes
Class notes from my vim training
Stars: ✭ 364 (-4.96%)
Mutual labels:  tutorial
Learning Rust
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
Stars: ✭ 376 (-1.83%)
Mutual labels:  tutorial
Hackintosh Installer University
Open source tutorial & information collector for hackintosh installation.
Stars: ✭ 3,815 (+896.08%)
Mutual labels:  tutorial
Please Contain Yourself
A Docker tutorial written for people who don't actually know Docker already.
Stars: ✭ 385 (+0.52%)
Mutual labels:  tutorial
Js Stack From Scratch
🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.
Stars: ✭ 18,814 (+4812.27%)
Mutual labels:  tutorial

OpenVim

Interactive tutorial for Vim.

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.

See Trello board for development tasks.

License

MIT License.

Contact

[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].