guyfedwards / nom

RSS reader for the terminal
GNU General Public License v3.0
372 stars 25 forks source link

Transitioned codebase to bubbles/key keybinds #68

Closed kanielrkirby closed 6 months ago

kanielrkirby commented 7 months ago

Fixes #64.

guyfedwards commented 6 months ago

Great work, this cleans everything up considerably, found a bit of state weirdness.

kanielrkirby commented 6 months ago

I'll see if I can address those concerns here in the next couple days in my free time.

kanielrkirby commented 6 months ago

Addressed those issues. Looks like the state issues are caused by assigning list.KeyMap values directly. They provide methods SetHelp and SetKeys for this purpose, which they actually respect.

guyfedwards commented 6 months ago

Looks great, thanks @kanielrkirby