Keybinding commands #5581

Open
opened 2026-01-31 00:16:35 +00:00 by claunia · 0 comments
Owner

Originally created by @TeoTN on GitHub (Dec 15, 2019).

I'm not able to find information about all commands that can be bound to keys. Documentation only gives an example for a few of them:

{
    "keybindings":
    [
        { "command": "closePane", "keys": ["ctrl+shift+w"] },
        { "command": "copy", "keys": ["ctrl+shift+c"] },
        { "command": "newTab", "keys": ["ctrl+shift+t"] },
        // etc.
    ]
}

I wasn't able to find more options neither in Google nor in the repository

Originally created by @TeoTN on GitHub (Dec 15, 2019). I'm not able to find information about all commands that can be bound to keys. Documentation only gives an example for a few of them: ``` { "keybindings": [ { "command": "closePane", "keys": ["ctrl+shift+w"] }, { "command": "copy", "keys": ["ctrl+shift+c"] }, { "command": "newTab", "keys": ["ctrl+shift+t"] }, // etc. ] } ``` I wasn't able to find more options neither in Google nor in the repository
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5581