How to make this keybinding to open a split with another shell type? #18520

Closed
opened 2026-01-31 06:16:32 +00:00 by claunia · 0 comments
Owner

Originally created by @eggbean on GitHub (Sep 21, 2022).

I have four different shells 1, 2, 3, and 4.

Say I want to open shell n in a split with the current one, just like you can by clicking it in the drop-down list while pressing alt.

I want to add a key binding for that.

   {
        "command": 
        {
            "action": "splitPane",
            "split": "???",
            "splitMode": "???"
        },
        "keys": "ctrl+alt+shift+n"
    },

I expect that I will need to replace the n above with numbers and make four different entries, but how do I do the rest?

Originally created by @eggbean on GitHub (Sep 21, 2022). I have four different shells 1, 2, 3, and 4. Say I want to open shell n in a split with the current one, just like you can by clicking it in the drop-down list while pressing `alt`. I want to add a key binding for that. { "command": { "action": "splitPane", "split": "???", "splitMode": "???" }, "keys": "ctrl+alt+shift+n" }, I expect that I will need to replace the `n` above with numbers and make four different entries, but how do I do the rest?
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 06:16:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#18520