Unbound No Longer Respected For Keybindings #6966

Closed
opened 2026-01-31 00:51:49 +00:00 by claunia · 3 comments
Owner

Originally created by @raisin-loaf on GitHub (Mar 18, 2020).

Windows build number: 10.0.19013.0

With Terminal v0.9.433.0 this profile setting works as expected:

"keybindings": [
    { "command": "unbound", "keys": ["ctrl+^"] }
]

Instead of opening another Terminal tab the command is sent to the running app (in my case Ctrl+^ switches to the alternate file in Vim).

With Terminal v0.10.761.0 this stops working. I've tried all of the following without success:

{ "command": "unbound", "keys": ["ctrl+^"] }
{ "command": "null", "keys": ["ctrl+^"] }

{ "command": "unbound", "keys": "ctrl+^" }
{ "command": "null", "keys": "ctrl+^" }

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

{ "command": "unbound", "keys": "ctrl+shift+6" }
{ "command": "null", "keys": "ctrl+shift+6" }

The only relevant-looking change in the release notes for v0.10.761.0 is this one but I'm not smart enough to figure out exactly what the problem might be.

All advice very gratefully received. 🙂

Originally created by @raisin-loaf on GitHub (Mar 18, 2020). Windows build number: `10.0.19013.0` With Terminal `v0.9.433.0` this profile setting works as expected: ``` "keybindings": [ { "command": "unbound", "keys": ["ctrl+^"] } ] ``` Instead of opening another Terminal tab the command is sent to the running app (in my case `Ctrl+^` switches to the [alternate file](https://stackoverflow.com/questions/5182852/in-vim-what-is-the-alternate-file) in Vim). With Terminal `v0.10.761.0` this stops working. I've tried all of the following without success: ``` { "command": "unbound", "keys": ["ctrl+^"] } { "command": "null", "keys": ["ctrl+^"] } { "command": "unbound", "keys": "ctrl+^" } { "command": "null", "keys": "ctrl+^" } { "command": "unbound", "keys": ["ctrl+shift+6"] } { "command": "null", "keys": ["ctrl+shift+6"] } { "command": "unbound", "keys": "ctrl+shift+6" } { "command": "null", "keys": "ctrl+shift+6" } ``` The only relevant-looking change in the release notes for `v0.10.761.0` is [this one](https://github.com/microsoft/terminal/pull/4714) but I'm not smart enough to figure out exactly what the problem might be. All advice very gratefully received. 🙂
claunia added the Resolution-Duplicate label 2026-01-31 00:51:49 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Mar 18, 2020):

Thanks for the report! This is actually already being tracked by another issue on our repo - please refer to #3729 for more discussion. It's also already in PR 😉 #4988

/dup #3729

@zadjii-msft commented on GitHub (Mar 18, 2020): Thanks for the report! This is actually already being tracked by another issue on our repo - please refer to #3729 for more discussion. It's also already in PR 😉 #4988 /dup #3729
Author
Owner

@ghost commented on GitHub (Mar 18, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Mar 18, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Author
Owner

@raisin-loaf commented on GitHub (Mar 18, 2020):

@zadjii-msft - nuts, sorry. I saw that issue but didn't read all the way to the bottom of the thread.

My apologies!

@raisin-loaf commented on GitHub (Mar 18, 2020): @zadjii-msft - nuts, sorry. I saw that issue but didn't read all the way to the bottom of the thread. My apologies!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6966