-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
vim like keybindings not working on mac #1491
Comments
are you sure you rebound the help key away from |
ahhh yes so i misunderstood the '// every key not overwritten via the config file will use the default specified there' i read that as key like key stroke, not key in the struct. thank you, now it works! when the motion didn't work i realized that i syntax error for comment. then it loaded, but no way to tell that there was an error parsing the .ron file when logging. is that something you might want as a PR? |
hm yeah some error in the log would make sense indeed |
ok, ill look at making a PR. i was thinking something like log
cool? |
lets have a PR to start talking about 👍 |
closed via 32f6134 |
following https://github.com/extrawurst/gitui/blob/master/KEY_CONFIG.md
i would expect hjkl keys to work. Instead 'h' always brings up help menu and no motion with the other keys.
running with '-l' flag and i don't see a log about reading the key config file. makes sense as I threw in an
and 'e' is what triggers the edit action, not (shift i) 'I'.
these are the files in the config dir
/Users/jacobono/.config/gitui
am i doing something silly (?) bc the instructions are fairly straightforward and i've double checked a couple of times.
mac: 12.6 monterrey
alacritty 0.10.1 (2844606)
gitui 0.22.1
The text was updated successfully, but these errors were encountered: