Skip to content

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

Open
@DonvdH

Description

@DonvdH

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions