Keybinding with C-/ doesn't work on Windows Terminal when SSH #9095
Unanswered
qaqland
asked this question in
Troubleshooting
Replies: 2 comments
-
I test on linux (terminal foot) and windows(windows terminal) directly, "C-/" = "toggle_comments" both works! Maybe it is caused by window terminal when SSH. showkeys shows my linux system get this C-/ as nornmal:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
See #1369 |
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.
-
Summary
Want to remap ctrl+/ to toggle comments.
I add
"C-/" = "toggle_comments"
but it don't work.I also tried
C-/
C-."slash"
C-"slash"
C-"/"
and nor work.Reproduction Steps
edit config like this
I expected this to happen:
ctrl+/ == ctrl+c
Instead, this happened:
Helix log
for "C-/" = "toggle_comments"
seems nothing wrong here
~/.cache/helix/helix.log
Platform
Linux (Windows SSH)
Terminal Emulator
Windows Terminal 1.18.3181.0
Installation Method
apk from alpine linux build
Helix Version
helix 23.10
Beta Was this translation helpful? Give feedback.
All reactions