usagi-flow / evil-helix

Bringing the Helix editor to the evil side
https://github.com/usagi-flow/helix
Mozilla Public License 2.0
280 stars 7 forks source link

goto_next_paragraph creates a selection #28

Open antoyo opened 3 months ago

antoyo commented 3 months ago

Summary

goto_next_paragraph should not create a selection to behave like vim.

Reproduction Steps

I tried this: 1. `hx` 2. Type `]p` I expected this to happen: Go to the next paragraph without creating a selection Instead, this happened: Go to the next paragraph, but a selection was created. ### Helix log
~/.cache/helix/helix.log ``` please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines ```
### Platform Linux ### Terminal Emulator Alacritty ### Installation Method source ### Helix Version evil-helix release-20240601 (db71fed2, helix 24.3)