Cann't disable "Ctrl+l/h/k/j/\" #10684

Closed
opened 2026-01-31 02:27:22 +00:00 by claunia · 4 comments
Owner

Originally created by @ethercflow on GitHub (Sep 19, 2020).

I tried this one is OK:

{ "command": "unbound", "keys": [ "ctrl+shift+f" ] },

But these are not:

{ "command": "unbound", "keys": [ "ctrl+h" ] },
{ "command": "unbound", "keys": [ "ctrl+l" ] },
{ "command": "unbound", "keys": [ "ctrl+j" ] },
{ "command": "unbound", "keys": [ "ctrl+k" ] },
{ "command": "unbound", "keys": [ "ctrl+\\"] }

I need these because I want to use https://github.com/laishulu/emacs-tmux-pane ,

My terminal version is: 1.2.2381.0
WSL version: 2
Ubuntu 20.04 with wsl2

Thanks!

Originally created by @ethercflow on GitHub (Sep 19, 2020). I tried this one is OK: ``` { "command": "unbound", "keys": [ "ctrl+shift+f" ] }, ``` But these are not: ``` { "command": "unbound", "keys": [ "ctrl+h" ] }, { "command": "unbound", "keys": [ "ctrl+l" ] }, { "command": "unbound", "keys": [ "ctrl+j" ] }, { "command": "unbound", "keys": [ "ctrl+k" ] }, { "command": "unbound", "keys": [ "ctrl+\\"] } ``` I need these because I want to use https://github.com/laishulu/emacs-tmux-pane , My terminal version is: 1.2.2381.0 WSL version: 2 Ubuntu 20.04 with wsl2 Thanks!
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 02:27:22 +00:00
Author
Owner

@DHowett commented on GitHub (Sep 19, 2020):

Interesting. Terminal does not use those keys!

@DHowett commented on GitHub (Sep 19, 2020): Interesting. Terminal does not use those keys!
Author
Owner

@ethercflow commented on GitHub (Sep 20, 2020):

Interesting. Terminal does not use those keys!

@DHowett Thanks, maybe related to wsl2? I find in wsl2, ssh to my server, my server's tmux is ok, but wsl2's tmux not.

@ethercflow commented on GitHub (Sep 20, 2020): > Interesting. Terminal does not use those keys! @DHowett Thanks, maybe related to wsl2? I find in wsl2, ssh to my server, my server's tmux is ok, but wsl2's tmux not.
Author
Owner

@ethercflow commented on GitHub (Sep 20, 2020):

@DHowett I found the reason, only "reboot" can let tmux load the modified .tmux.conf.local. Thank you for developing such a great app,also sorry to raise the issue without careful investigation.

@ethercflow commented on GitHub (Sep 20, 2020): @DHowett I found the reason, only "reboot" <Distro> can let tmux load the modified .tmux.conf.local. Thank you for developing such a great app,also sorry to raise the issue without careful investigation.
Author
Owner

@DHowett commented on GitHub (Sep 20, 2020):

No need to apologize! It's a strange issue, for sure. 😄

Glad you got it figured out.

@DHowett commented on GitHub (Sep 20, 2020): No need to apologize! It's a strange issue, for sure. :smile: Glad you got it figured out.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10684