When I cycle visualizer mode with v, it changes in the current session but resets to default after restart.
Repro:
- Start
cliamp
- Press
v a few times (for example to Wave)
- Quit
- Start
cliamp again
Expected:
- last selected visualizer mode is loaded on startup
Actual:
- startup falls back to default visualizer
I tracked this down locally: the v handler updates m.vis.Mode but doesn't save visualizer to config, while repeat and shuffle do persist right away.
I can open a small PR for this.