-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving cursor across folded code should not automatically unfold #184
Comments
@skube This is really an annoying issue that I'll try to fix soon. |
It works in long-folded code too, you just have to wait longer for it to come back out. ⏳ I agree though, it's super annoying. |
Is there a non-mac workaround? This is extremely annoying. |
Currently, I use relative line numbers and skip ahead by multiplying my cursor movement by the number of lines indicated after a fold. It's far from ideal. |
+1 |
Fixing this issue would make this plugin perfect. Could the solution from vscodeVim be implemented in this plugin? |
Edit: This has unfortunate side effects (e.g. 10j now shifts the cursor 1 line by 1 line rather than all at once). Leaving the comment here in case anyone wants to try it. For those using VSCodeVim and still searching,
Fixes the issues for me |
|
It works, thanks ! |
It works great! But, shouldn't this be the default behavior? I really was fed up with the current behavior and at long last searched for it and found above two comments, which helped. Is the |
Ctrl-d / Ctrl-u still unfolds the code. Moreover when "foldfix=true" is set moving with those shortcuts is very weird and works as not as expected. |
I see, indeed ctrl+d and ctrl+u can still unfold, even though j/k works fine. This issue still needs a fix. |
试一下这个设置 |
This is still open and |
There is a native vscode's command:
Example:
|
In the upcoming release of amVim extension |
I have just merged the functionality to publish I will close this issue for now. Thank you all for the patience and please let us know if you have any further issues. |
VSCode Version 1.14.1 (1.14.1)
macOS Sierra 10.12.5
Reference: microsoft/vscode#16858
The text was updated successfully, but these errors were encountered: