Open winny- opened 4 years ago
I found a way to work around this—override the definition of fast-scroll-default-mode-line
like so:
(defun fast-scroll-default-mode-line ()
mode-line-format)
Perhaps this should be considered a bug with fast-scroll, or not a bug at all…
When
fast-scroll-mode
is active, and it is triggered (e.g. hold downC-v
), the winum number in the left modeline disappears until fast-scroll disengaged. Not sure if this is a bug in fast-scroll or winum.I tested with the below
init.el
and visited a large file (such aslinux/mm/mmap.c
) and held downC-v
.demo
init.el