You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to open a new tab in the same directory as the previous tab.
I know this can be done via zellij action new-tab --cwd $(pwd) --layout /tmp/my-quickstart-layout-file.kdl, but I'm asking specifically using NewTab in the config.kdl
bind "Ctrl n" { NewTab { cwd "$(pwd)"; }; } does not work as the working directory is the directory zellij was originally run from
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to open a new tab in the same directory as the previous tab.
I know this can be done via
zellij action new-tab --cwd $(pwd) --layout /tmp/my-quickstart-layout-file.kdl
, but I'm asking specifically usingNewTab
in theconfig.kdl
bind "Ctrl n" { NewTab { cwd "$(pwd)"; }; }
does not work as the working directory is the directoryzellij
was originally run fromBeta Was this translation helpful? Give feedback.
All reactions