We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Is rusmux supposed to support window specific root directories from tmuxinator configuration files?
rusmux
tmuxinator
I have been trying to port some of my old setups but I have struggled to make it work:
project_name: wip project_root: ~/Source/ windows: - test: root: ~/Source/wip/ # <- window specific root layout: main-vertical panes: - echo $(pwd) # <- should print ~/Source/wip/ but prints ~/Source/ ~
does not set the root directory of the app window to ~/Source/app/ but it just inherits the parent project_root.
app
~/Source/app/
project_root
Happy to submit a MR sometime soon (™) if supports needs to be added / patched 😄
The text was updated successfully, but these errors were encountered:
Per window root is not implemented, could be added.
PS I usually just add cd in the relevant pane.
Sorry, something went wrong.
No branches or pull requests
Hi
Is
rusmux
supposed to support window specific root directories fromtmuxinator
configuration files?I have been trying to port some of my old setups but I have struggled to make it work:
does not set the root directory of the
app
window to~/Source/app/
but it just inherits the parentproject_root
.Happy to submit a MR sometime soon (™) if supports needs to be added / patched 😄
The text was updated successfully, but these errors were encountered: