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
Unless I am missing something, there's no sane way to have a term-status-msg that displays playlist position in a way that makes sense to humans. I would like to have my status line say something like file 3 of 5, but since there's no 1-indexed version of ${playlist-pos} I have to go for the much less intuitive playlist index: 2, playlist length: 5. Would it be possible to add a property like ${playlist-pos-1} or such?
The text was updated successfully, but these errors were encountered:
Unless I am missing something, there's no sane way to have a
term-status-msg
that displays playlist position in a way that makes sense to humans. I would like to have my status line say something likefile 3 of 5
, but since there's no 1-indexed version of${playlist-pos}
I have to go for the much less intuitiveplaylist index: 2, playlist length: 5
. Would it be possible to add a property like${playlist-pos-1}
or such?The text was updated successfully, but these errors were encountered: