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
"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+-"
}
]
In new split pane i'm getting the home(~) path.
Environment
Steps to reproduce
Configuration in terminal setting for
Expected behavior
On using commands -
alt+shift+doralt+shift+=oralt+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.