Running spacemacs 0.200.13 on emacs 25.2.2 on Kubuntu 18.04.
In ~/.spacemacs
, there is:
(global-visual-line-mode t)
(add-hook 'text-mode-hook #'visual-line-mode)
So, when I open a text file, I see long lines as multiple screen lines.
But when I press j or k, it moves according to actual line, not screen line. That is, j or k moves multiple screen lines.
SPC h d k j
shows j bound to evil-next-line
What is happening here? How do I get j and k to move as per screen line even in normal mode?