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
Would be great to be able to remap key bindings via environment variables or something.
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, I agree that this feature is important. I'd like to implement it, but I haven't started yet.
Related: #25
Sorry, something went wrong.
Thanks @lusingander! I haven't written much Rust but could give it a crack if you'd accept a PR?
Thanks for showing interest in this project!
I think it might help to take a look at the custom keybinding implementations from another TUI project of mine:
Basically, I think the implementation should follow a similar approach. But there are a few things to keep in mind:
If you're planning to submit a PR, it might be a good idea to split it into two steps:
config.toml
keybindings.toml
Feel free to reach out if you have any questions or need help along the way.
No branches or pull requests
Would be great to be able to remap key bindings via environment variables or something.
Thanks!
The text was updated successfully, but these errors were encountered: