Skip to content
New issue

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 to launch window with single pane and no command? #112

Open
rawbeans opened this issue Apr 29, 2020 · 1 comment
Open

How to launch window with single pane and no command? #112

rawbeans opened this issue Apr 29, 2020 · 1 comment

Comments

@rawbeans
Copy link

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
@chrisfosterelli
Copy link

@rawbeans You can specify no command with {}:

windows:
  - name: test3
    root: ~/test/dir
    command: {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants