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

Feature Request: Specify profiles for new windows / panes #131

Open
j1mmie opened this issue Oct 18, 2022 · 0 comments
Open

Feature Request: Specify profiles for new windows / panes #131

j1mmie opened this issue Oct 18, 2022 · 0 comments

Comments

@j1mmie
Copy link

j1mmie commented Oct 18, 2022

Since iTerm supports profiles for windows and tabs, it could be helpful in an itermocil config to be able to specify which profile to use for a window or pane.

For example:

windows:
  - name: profiles_test
    root: ~
    layout: main-horizontal
    panes:
      - name: Top
        profile: "Top-Profile"
        commands:
          - echo "I'm the top"
      - name: Bottom
        profile: "Bottom-Profile"
        commands:
          - echo "I'm the bottom"

This way, the user could specify different colors / themes using iTerm2 profiles. For example:
image

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

1 participant