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
I use winum to switch between windows in emacs, however I am struggling to display window number in my mode-line, preferably in [#] format (i.e. [1] [2] [3] ...).
What variable can I use to append window number to my mode-line-format list? Please see below an example of my mode-line configuration.
Add winum-format customize variable
Format string for displaying the window number in the mode-line. Default to ” %n ” to get a space on each side of the window number.
I am about to push the feature @hello-code mentionned, soon there will be a winum-mode-line-format variable that is literally the format string supplied to the format function in my second snippet.
I use winum to switch between windows in emacs, however I am struggling to display window number in my mode-line, preferably in [#] format (i.e. [1] [2] [3] ...).
What variable can I use to append window number to my mode-line-format list? Please see below an example of my mode-line configuration.
The text was updated successfully, but these errors were encountered: