A CLI game to learn Vim
ostechnix.com
A CLI game to learn Vim
1–10 of 55 posts
Re: A CLI game to learn Vim
#2This is the most wonderful praise one could give to Arch.
Re: A CLI game to learn Vim
#3Re: A CLI game to learn Vim
#4Will try this as well as this seems to be something between nethack and vim adventures?
[0] https://vim-adventures.com/
[1] man vimtutor
Edit: arch has a package for it in the aur pacvim-git so pacaur/packer/yaourt can be used to easily install it
Edit2: the game doesn't really teach you anything this is basicly vim adventures without any explanation :/ would have liked something to give vim beginners to get comfortable with the keybinding while actually learning them
Re: A CLI game to learn Vim
#5I still remember the vim movement commands from some game I played years ago when I tried to learn it. It's a nice way to learn. Reminds me of "typing games" that used to exist.
Re: A CLI game to learn Vim
#6Re: A CLI game to learn Vim
#7Or try kakoune, a more discoverable and ergonomic rewrite of vim.
Re: A CLI game to learn Vim
#8Re: A CLI game to learn Vim
#9Or try kakoune, a more discoverable and ergonomic rewrite of vim.
Why not nano where all your questions are answered on the lower part of the screen?
kakoune has more features and high quality plug-ins than nano.
kakoune also interoperates better with tmux.
Re: A CLI game to learn Vim
#10 docker run -it --rm pacvim
I'll probably build it tonight if nobody else does (please comment here so we don't duplicate work)