-
Notifications
You must be signed in to change notification settings - Fork 6
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
Changing prefix and reloading config breaks mapping #10
Comments
Yikes! Sorry about this, I will look into it. |
There is some other quirks I found while using it. If you want I will open separate issues, but basically:
but in cy the cursor is blinking. P.S. Thanks for this awesome project! |
Interesting, thanks for the extra details. I've noticed the same behavior in alacritty; black spots also appear periodically that are not present in kitty. cy really doesn't do anything special when it comes to the output it produces, but I suspect there are some quirks in how alacritty handles cursor-related escape sequences (among other things) that are not present in kitty. I'll make an issue for these alacritty issues when I have a chance! I hope you enjoy using cy and do let me know if you have any other issues or feedback you'd like to share! I apologize for missing this issue originally and hope to get a fix out soon. |
This turned out to be a bug in the trie library; I have pushed a fix to |
Shipped in |
Hi,
I'm trying to change a prefix to "`" (backtick). While it works with
(key/remap :root ["ctrl+a"] ["`"])
, if I reload the config with `+r, the prefix is unbound. Neither ctrl+a nor ` are working after config reload. Same with the example given in the documentation(key/remap :root ["ctrl+a"] ["ctrl+v"])
The text was updated successfully, but these errors were encountered: