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
feat: add option "selection_display" to change display
By default the it displays a single letter to select the window.
If set `selection_display = function (char) return string.format('[%s] %s', char, '%f') end`,
it will display `[J] README.md`.
It works in winbar.
0 commit comments