You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpv --script-opts=stats-bindlist=yes,stats-term_width_limit=666 | aha --black -w > keybindings.html
mpv 0.39
took me quite some time to figure this one out
mpv --script-opts=stats-bindlist=yes,stats-term_cap=no | aha --black -w > keybindings.html
stats-term_cap=no doesn't work...must've at some point got overridden by term_width_limit although it's not mentioned in the docs. So updating docs might help others.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
mpv --script-opts=stats-bindlist=yes,stats-term_width_limit=666 | aha --black -w > keybindings.html
mpv 0.39
took me quite some time to figure this one out
mpv --script-opts=stats-bindlist=yes,stats-term_cap=no | aha --black -w > keybindings.html
stats-term_cap=no doesn't work...must've at some point got overridden by term_width_limit although it's not mentioned in the docs. So updating docs might help others.
Beta Was this translation helpful? Give feedback.
All reactions