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
How do I launch a window without running a command?
Currently I can do one of the following but they seem hacky or redundant:
windows: - name: test root: ~/test/dir panes: - echo
windows: - name: test2 root: ~/test/dir panes: - cd ~/test/dir
windows: - name: test3 root: ~/test/dir command: cd ~/test/dir
The text was updated successfully, but these errors were encountered:
@rawbeans You can specify no command with {}:
{}
windows: - name: test3 root: ~/test/dir command: {}
Sorry, something went wrong.
No branches or pull requests
How do I launch a window without running a command?
Currently I can do one of the following but they seem hacky or redundant:
The text was updated successfully, but these errors were encountered: