Skip to content

Add here to window config#73

Open
jmks wants to merge 2 commits intoTomAnthony:masterfrom
jmks:add_here_to_config
Open

Add here to window config#73
jmks wants to merge 2 commits intoTomAnthony:masterfrom
jmks:add_here_to_config

Conversation

@jmks
Copy link

@jmks jmks commented Oct 26, 2017

Potential fix for #70

I've added a here option to the window configuration. It allows me to specify which window will replace the window invoking the itermocil command.

I manually tested this out with this layout file:

windows:
  - name: one
    root: ~/
    layout: main-vertical-flipped
    panes:
      - commands:
          - echo "w1 p1"
      - commands:
          - echo "w1 p2"
  - name: two
    here: true
    root: ~/
    layout: main-vertical-flipped
    panes:
      - commands:
          - echo "w2 p1"
          - echo "this should be the terminal that executed itermocil"
      - commands:
          - echo "w2 p2"

My python is probably not that pythonic, but rather more Ruby-ish 😃

@uloco
Copy link

uloco commented Aug 30, 2018

Any reason, this feature isn't merged yet? I really find this useful ...

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

Successfully merging this pull request may close these issues.

2 participants