Keybindings, splitpane, commandline ... does it work? #10261

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

Originally created by @vefatica on GitHub (Aug 24, 2020).

I have these:

{ "command": { "action": "splitPane", "split": "auto", "profile": "Ubuntu"}, "keys": "ctrl+shift+u" },
{ "command": { "action": "splitPane", "split": "auto", "commandLine": "c:\windows\system32\wsl.exe"}, "keys": "ctrl+shift+b" },

The first works nicely. The second gives a split pane with the default profile in it (regardless of the EXE I specified by commandLine).

If commandLine works, what am I doing wrong?

I ask because I noticed that when I run WSL in a console I get one instance of the "init" process. When I run "Ubuntu" in Terminal (as above) I get two instances of the "init" process. Is that expected behavior?

  • Vince
Originally created by @vefatica on GitHub (Aug 24, 2020). I have these: { "command": { "action": "splitPane", "split": "auto", "profile": "Ubuntu"}, "keys": "ctrl+shift+u" }, { "command": { "action": "splitPane", "split": "auto", "commandLine": "c:\\windows\\system32\\wsl.exe"}, "keys": "ctrl+shift+b" }, The first works nicely. The second gives a split pane with the default profile in it (regardless of the EXE I specified by commandLine). If commandLine works, what am I doing wrong? I ask because I noticed that when I run WSL in a console I get one instance of the "init" process. When I run "Ubuntu" in Terminal (as above) I get two instances of the "init" process. Is that expected behavior? - Vince
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 02:16:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10261