-
Notifications
You must be signed in to change notification settings - Fork 720
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
Can we get <c-.>, <c-,> to work? #4019
Comments
terminals cant differentiate ctrl-dot/comma and dot/comma |
Kakoune runs inside a terminal, and (as the StackOverflow question you link to mentions) there's no traditional terminal sequence for However, some terminals can be configured to send "CSI u" codes for keys without a traditional terminal sequence, and Kakoune understands those keys out of the box. The only terminal I know of that sends those codes is
If you're not using xterm, your terminal emulator may support custom mappings or macros. If it does, you should be able to configure Alternatively, the keystrokes |
Related #3912 |
Related #2209 |
It works in kitty out of the box. |
Feature
I'd really like to be able to use
<c-.>
,<c-,>
(ctrl-dot, ctrl-comma) as keybindings. Currently, kakoune just doesn't recognize them. In searching around, I found a stackoverflow question for vim mentioning this - it seems like they aren't defined codes in ASCII.Usecase
Two extra keys to attach useful commands to! In my case, I set ctrl-. as a keybinding in another editor, and already have useful muscle memory attached to it, so I'd ideally like to be able to use it in kakoune as well.
The text was updated successfully, but these errors were encountered: