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

Character "w" cannot be used in search mode #23

Open
DonvdH opened this issue May 31, 2022 · 1 comment
Open

Character "w" cannot be used in search mode #23

DonvdH opened this issue May 31, 2022 · 1 comment

Comments

@DonvdH
Copy link

DonvdH commented May 31, 2022

Character "w" cannot be used in search mode.
Upon entering the character in search mode, it fails to appear on the screen.

Issue appears to be resolved after changing line 306 of key_bindings.py
from: @handle("w")
to: @handle("w", filter=default_focus)

DonvdH added a commit to DonvdH/pypager that referenced this issue May 31, 2022
@ladyrick
Copy link

ladyrick commented May 9, 2023

+1

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