Skip to content

vim::PushFindForward under helix_normal mode is not selection-first #30462

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

Open
endereyewxy opened this issue May 10, 2025 · 1 comment
Open

Comments

@endereyewxy
Copy link

Summary

When pressing f m under helix_normal mode, the cursor just moves to the next m without selection.

Description

Steps to reproduce:

  1. Type some random text;
  2. Enter helix_normal mode;
  3. Press f then press some random key.

Expected Behavior: The editor should find the next specific character, move the cursor to it and select everything along the way.
Actual Behavior: No selection has been made.

Zed Version and System Specs

Zed: v0.184.10 (Zed)
OS: Linux Wayland nixos 25.05
Memory: 13.3 GiB
Architecture: x86_64
GPU: AMD Radeon Graphics (RADV REMBRANDT) || radv || Mesa 25.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@endereyewxy and others