23 lines
762 B
Markdown
Raw Normal View History

2024-12-04 18:49:34 +00:00
# Rvimtutor
2024-12-04 18:26:11 +00:00
2024-12-04 18:50:38 +00:00
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:
2024-12-04 18:26:11 +00:00
- 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
2024-12-04 18:27:09 +00:00
This application has no dependencies. Instead of cloning this git, you can just do wget or copy the raw source code of [rvimtutor.py](rvimtutor.py).
2024-12-04 18:26:11 +00:00
```
2024-12-04 18:48:23 +00:00
python3 rvimtutor.py
2024-12-04 18:26:11 +00:00
```
but since it's executable:
```
2024-12-04 18:48:23 +00:00
./rvimtutor.py
2024-12-04 18:26:11 +00:00
```
will also work.