Replies: 1 comment
-
Hey mate, I figured out a workaround that works at least with zsh. bindkey -e
bindkey '\u001b[\u0023' kill-whole-line |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I currently try to get my shortcut
ctrl+#
working in neovim with Windows Terminal (using an iso keyboard).After discovering the issue to send escape sequences is closed,I thought something like this should work but I think I just don't understand the escape sequence correctly.
Sending something with
ctrl+#
to wsl (like ordinary letters) works.Whats the correct value for
input
to get this working?Beta Was this translation helpful? Give feedback.
All reactions