when I put relative numbers on, I get bouncing text when I move up an down.
I have short files where this is an issue, so it's not the number length. The entire line reshapes depending on the "width" of the number.
I tried a wider number column, but it's the same effect.
When i turn off
Here is my init.el:
(global-display-line-numbers-mode 1) ;; line numbers globally
(setq display-line-numbers-width 3)
(setq display-line-numbers-type 'relative)
Emacs 28.2