Skip to content
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

[BUG] Folded block expands unexpectedly in VIM mode #550

Open
richiebonilla opened this issue Dec 29, 2024 · 0 comments
Open

[BUG] Folded block expands unexpectedly in VIM mode #550

richiebonilla opened this issue Dec 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@richiebonilla
Copy link

Thanks so much for building this plug-in! I'm really enjoying it.

Describe the bug
With VIM bindings activated, when the user is in Normal mode, J moves to the next block. When a block is folded with outliner, the folded block expands when the user clicks J and the cursor moves to the first child of the folded block instead of the next block.

To Reproduce
Steps to reproduce the behavior:

  1. Focus a folded block
  2. Enter Normal mode
  3. Press "J"
  4. Folded block expands instead of remaining folded
  5. Cursor moves to the first child of the folded block instead of the next visible block

Expected behavior
Folded block remains folded. Cursor moves to the next visible block

Environment (please complete the following information):

  • OS: macOS
  • Obsidian Version: 1.7.7 (Installer 1.4.13)
  • Plugin Version: 4.8.1
@richiebonilla richiebonilla added the bug Something isn't working label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant