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)