retoor 2e8d6a2768 docs: add project overview, setup guide, and API references to README
- Include project purpose description and key feature list with statistics tracking
- Add step-by-step installation instructions and configuration guide for new users
- Provide usage examples and API documentation references for developers
2024-12-04 18:50:38 +00:00

Rvimtutor

Rvimtutor is an application written using Python for training yourself to use vim fast the way and to learn over 60 shortcuts!

It's not an impressive application but not bad for a few hours work. Several friends used it with good end result.

Features:

  • Display question answered right / wrong statitiscs.
  • Display AVG time spent to answer a question.
  • Questions with random values to make it less boring.
  • Repeat question on random moment if you answered it wrong. You have to learn!

Usage

This application has no dependencies. Instead of cloning this git, you can just do wget or copy the raw source code of rvimtutor.py.

python3 rvimtutor.py

but since it's executable:

./rvimtutor.py

will also work.

S
Description
Application for training your vim skills with over 60 shortcuts.
Readme
34 KiB
Languages
Python 100%