Terminal: splitPane open same kind of console

Created on 19 Apr 2020  路  2Comments  路  Source: microsoft/terminal

Command splitPane creates new default's console. For example: User is operating Ubuntu console, press key binding os splaitPane and then PowerShell is open.

My suggest is splitPane creates a new console of same kind of console on focus at the momento of key binding.
This setting should in json.

Issue-Question Needs-Tag-Fix Resolution-Answered

Most helpful comment

You can already do that adding the argument "splitMode": "duplicate" to your split keyboard bindings.

See https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md#implemented-commands-and-actions

All 2 comments

You can already do that adding the argument "splitMode": "duplicate" to your split keyboard bindings.

See https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md#implemented-commands-and-actions

Yep, this is part of version 0.10. Thanks!

Was this page helpful?
0 / 5 - 0 ratings