Learn how to use Vim in its natural environment, the Terminal!
VimMan is terminal program that's a semi editor and a semi game. The purpose of VimMan is to teach people how to use vim and have fun at the same time!
git clone https://github.com/ozankasikci/vim-man && cd vim-man
go run cmd/console/vimman.go
to start from a specific level;
LEVEL=2 go run cmd/console/vimman.go
- Add missing levels
- File save
- Deletion commands level (
dw
,d$
vs) - Operators and motions
- Using count
- Operating on lines
- Undo & redo
- Put, replace, change operators
- Search & substitute
- Accessing Shell
- Handle edge cases in some levels
- level 3