-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support key binds mapping #15
Comments
I think this is very cool. And it seems to me that the points you have given cover almost everything there is to consider. So it looks good.
It seems like a useful feature, but we should consider whether we want to implement it right away. At least for now, it's not a complex application and I'm not sure how many users would be interested, so I'm worried that this will become unnecessarily complicated. |
Want to support git log-like d and u movement keys |
Are you referring to using a pager such as |
Hi @edte
[custom_keybind_patch]
NavigateUp = ["ctrl-u"]
NavigateDown = ["ctrl-d"] I already tested these steps, if you have suggestions please let me know, and we can make this better. 😄 |
Yes, u and d are aliases of ctrl-u and ctrl-d, I think these two are more convenient
hello,config this like doesn't seem to work
|
Hi there,
Thanks for providing this, the git log view is awesome. Flexible keybinding can make this project better and more popular.
I love to work on this issue, and I also have experience with this.
What I want to implement are
toml
, because we already usetoml = "0.8.16"
and it will be easier to write comments in the config fileThe following are possible optional features with event abstract layer
<Ctrl-c>
<q>
for quitting appDisplay
of an event, so the help will always be the same as the key bind to avoid typos. The typos make it possible to let the key binds document in help different from the actual key binds used and let people confuse.Do these ideas look good to you? If these are good, I am happy to work on them and can discuss them in the PR later.
By the way, if it is good I'd like to make the wordings with i10n, and it can be tracked in another issue.
The text was updated successfully, but these errors were encountered: