You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok on Konsole mapping <c-/> does not work. As a workaround one can map <c-_>.
Perhaps different from the bug you're seeing but the workaround might work in both cases.
I think the phenomenon here is that \x2F in keyboard input is canonicalized as <c-_>, sidelining the <c-/> alias.
Question
Hello,
I was trying to add a custom keybinding (to toggle comment blocks) using
Ctrl+/
. However, with this in mykakrc
:map global normal <c-/> ":comment-line<ret>"
Pressing
Ctrl+/
causes the terminal bell error sound, and acts as if I have only pressed/
(with thesearch:
prompt appearing).Is this just a bug, or is
/
a reserved character in kakoune and can't be used in bindings?Thanks in advance!
The text was updated successfully, but these errors were encountered: