Skip to content

split pane "splitMode:duplicate" not working. #7850

Description

terminal-splitMode

Environment

Windows build number: Microsoft Windows [Version 10.0.19042.546]
Windows Terminal version: 1.3.2651.0

Any other software?
zsh (powerlevel10k) is my default shell

Steps to reproduce

Configuration in terminal setting for

"keybindings": [
    { "command": "copy", "keys": ["ctrl+shift+c"] },
    { "command": "paste", "keys": ["ctrl+shift+v"] },
    {
      "command": {
        "action": "splitPane",
        "split": "auto",
        "splitMode": "duplicate"
      },
      "keys": "alt+shift+d"
    },
    {
      "command": {
        "action": "splitPane",
        "split": "vertical",
        "splitMode": "duplicate"
      },
      "keys": "alt+shift+="
    },
    {
      "command": {
        "action": "splitPane",
        "split": "horizontal",
        "splitMode": "duplicate"
      },
      "keys": "alt+shift+-"
    }
  ]

Expected behavior

On using commands - alt+shift+d or alt+shift+= or alt+shift+- expected to duplicate my current pane path in the new split pane.

Actual behavior

In new split pane i'm getting the home(~) path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Resolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions