Can you configure what directories panes use in a layout? #1049
-
Hi! I'm trying to create a layout that creates multiple tabs with 1-2 panes but each tab has its own root directory. For example, two tabs, A & B, with two panes in A starting at I've tried using the tabs:
- name: "A"
direction: Vertical
parts:
- direction: Horizontal
run:
command: {cmd: cd, args: ["$HOME/documents"]}
- direction: Horizontal I'm not sure if I'm missing something. I've re-read the docs, but I'm not sure if maybe there's more to this since running other commands through the config work fine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! Thanks for reaching out.
|
Beta Was this translation helpful? Give feedback.
Hey! Thanks for reaching out.
cd
is a shell intrinsic command, that (afaik) always instantly returns.So this is heavily dependent on the shell you are using, this is a working example for fish: