Description
So I've installed rustlings
successfully and generated the directory of files. I then started and tried to move on from the first exercise, however pressing n is not having any effect. The first exercise doesn't really require any changes to be able to move on, right? And the second one is just printline -> println
, right? I hope I'm not just missing something simple haha.
Anyway, the other keycodes defined here all do work, like h for help or l for list. Once in the list, I can navigate up and down, press c to continue from various exercises, etc.
I tried 6.3.0
with the automatic input recognition as well as 6.2.0
where you apparently have to confirm with Enter, both do not work as expected 🤔
I'm normally using the latest kitty
as a terminal with tmux
. But I tried it in kitty
without tmux
as well as in the latest alacritty
with and without tmux
, all with the same issue.
Anything else I can provide to help debug?