Replies: 1 comment 3 replies
-
@3N4N how do you split and stay in the same directory? Does it work on WSL? {
"command": {
"action": "splitPane",
"split": "right",
"splitMode": "duplicate"
},
"keys": "alt+shift+minus"
} Forget it I found it. For anyone who comes across this issue go to this link and follow the steps: https://learn.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For tabs and splits, we have
"command": "duplicateTab"
and"splitMode": "duplicate"
, which lets us open new tabs and splits in the current directory with the current profile. There is no such option for new windows. I understand this may not be as useful, since the existence of tabs reduces if not removes the need for multiple windows, but I assume it's not a huge modification, implementation wise, so worth it.Beta Was this translation helpful? Give feedback.
All reactions