ranger.el
ranger.el copied to clipboard
Spacemacs visual-line-navigation-globally breaks ranger-mode keybindings
I have the following line in the user-config section of my Spacemacs dotfile:
(spacemacs/toggle-visual-line-navigation-globally-on)
Now I noticed that when I entered ranger, then previewing files while scrolling through a directory did not work. I finally realized that this was due to that line in my dotfile.
I saw that you are also the author of the Spacemacs layer, so I thought I will just report the issue here.
For me this is a really low priority issue, but I just wanted to report it at least anyway.