We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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. 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)
The text was updated successfully, but these errors were encountered:
Fix: Character "w" cannot be used in search mode (Issue prompt-toolki…
ec8e4c8
…t#23) Fix: Character "w" cannot be used in search mode (Issue prompt-toolkit#23)
+1
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: