-
Notifications
You must be signed in to change notification settings - Fork 15
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
[BUG] Crashes when pressing the arrow keys #45
Comments
@ThomasFrans I've uploaded a patch onto the development branch (45-bug-crashes-when-pressing-the-arrow-keys). This fixes the issue for me. Could you please check if that also fixed the issue for you? |
Yes, fixed it. |
Nice, I'll put up a PR and merge it |
It would be nice tho if the vim keybindings worked by default, alongside the arrow keys, because now they don't work anymore. Maybe they can be added to the config by default, and the user can then change them if they want. Or add them directly in the code, if hjkl isn't overridden in the config. |
You can set the vim keybindings by adding them to the config. [keybindings]
down.key = "j"
up.key = "k"
left.key = "h"
right.key = "l"
Yes, I could add an option called |
General Information
Version: main
Installation Method: local build
Operating System: macOS
Describe the bug
Program crashes with an stack overflow error when pressing the arrow keys inside of a view.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Program works fine and does not crash when pressing keys
Additional context
This bug was found in another issue (#39)
Checklist
CONTRIBUTING.md
The text was updated successfully, but these errors were encountered: