splitMode duplicate does not inherit pwd #8819

Open
opened 2026-01-31 01:38:44 +00:00 by claunia · 0 comments
Owner

Originally created by @tmoerkerken on GitHub (Jun 4, 2020).

Environment

Windows build number: Microsoft Windows [Version 10.0.19041.264]
Windows Terminal version (if applicable): Version: 1.0.1401.0

Any other software?
Ubuntu 20.04 WSL 1

Steps to reproduce

Go to folder other then windows user folder (let's say /mnt/c/Users/timmo/repos).
Split pane with:
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }

Expected behavior

Split pane has /mnt/c/Users/timmo/repos as pwd.

Actual behavior

Split pane has /mnt/c/Users/timmo as pwd.

screen

Originally created by @tmoerkerken on GitHub (Jun 4, 2020). # Environment ```none Windows build number: Microsoft Windows [Version 10.0.19041.264] Windows Terminal version (if applicable): Version: 1.0.1401.0 Any other software? Ubuntu 20.04 WSL 1 ``` # Steps to reproduce Go to folder other then windows user folder (let's say `/mnt/c/Users/timmo/repos`). Split pane with: `{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }` # Expected behavior Split pane has `/mnt/c/Users/timmo/repos` as `pwd`. # Actual behavior Split pane has `/mnt/c/Users/timmo` as `pwd`. ![screen](https://user-images.githubusercontent.com/6529496/83803190-72460a80-a6ac-11ea-95d8-cad54d35550e.gif)
claunia added the Resolution-Duplicate label 2026-01-31 01:38:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8819