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
After enable visual-line-navigation with SPC-t-L, the cursor can move to the right of ... (fold section), and press h can't move cursor now. It shows beginning of line.
Reproduction guide 🪲
Start Emacs
Enable visual line mode
Move cursor to the right of ... in other lines
Use jk to move cursor to the ... line, then the cursor is at the right of ...
I can't use h to move cursor to left. Instead, I have to use l to let it move to the 'real' end of line, then I'm able to use h to move cursor to left.
Observed behaviour: 👀 💔
I can't use h to move cursor.
Expected behaviour: ❤️ 😄
I can use h to move the cursor left.
It's also okay to prevent moving right of ..., as the <Tab> key doesn't work in this awkward position.
Hi @bebound, in my case I can use "h" to move to the left, but I have to press it twice.
Have you tried to set inside the user-init block?
(setq evil-respect-visual-line-mode t)
The docs for this variable says that it defines "Whether movement commands respect ‘visual-line-mode’."
This does not feel like spacemacs bug though, probably you may refer to the evil-org-mode package and search for similar issues reported there with regard of visual-line mode behaviour or create a new one.
ok, in another buffer I could reproduce what you observe. Previously I was not able to get the cursor at the very end of the line, but when it is there it is indeed stuck and I can not use "h".
I tried to switch to the emacs keybinding (C-z) and this problem does not exist there, only in evil-mode.
Upd.: in insert-mode I can move with arrows everywhere.
Description
After enable
visual-line-navigation
withSPC-t-L
, the cursor can move to the right of...
(fold section), and pressh
can't move cursor now. It showsbeginning of line
.Reproduction guide 🪲
...
in other lines...
line, then the cursor is at the right of...
h
to move cursor to left. Instead, I have to usel
to let it move to the 'real' end of line, then I'm able to useh
to move cursor to left.Observed behaviour: 👀 💔
I can't use
h
to move cursor.Expected behaviour: ❤️ 😄
I can use
h
to move the cursor left.It's also okay to prevent moving right of
...
, as the<Tab>
key doesn't work in this awkward position.System Info 💻
Backtrace 🐾
The text was updated successfully, but these errors were encountered: