-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Remapping keys #47
Comments
Would like to see this as well now, especially considering the keybinding |
Should be possible once a config file feature is implemented. |
Environment variable would also work. |
This is available as of v0.2.7, remains undocumented however. The following is a sample config for dvorak: [look]
true_chr = "·"
false_chr = "·"
future_chr = "·"
grid_size = 2
[colors]
reached = "cyan"
todo = "magenta"
inactive = "light black"
[keybinds]
week_mode = "v"
global_week_mode = "V"
[keybinds.grid]
up = "n"
down = "t"
left = "h"
right = "s"
[keybinds.cursor]
up = "N"
down = "T"
left = "H"
right = "S" |
Does not work on ❯ dijo --version
dijo 0.2.7
looking at the code this is not implemented? |
I think as @B4rc1 mentioned, this does not actually work in the current version. Additionally, is it possible to remap the |
Should now be able to remap most keys including the ":" that puts the user in command mode.
Would be nice to be able to remap keys.
I use dvorak, and the the movement keys htns instead of hjkl.
The text was updated successfully, but these errors were encountered: