teamocil icon indicating copy to clipboard operation
teamocil copied to clipboard

Session being renamed

Open alexkubica opened this issue 1 year ago • 0 comments

I noticed a weird behavior where the session's name is renamed to teamocil-session-(some random number). Example:

Screenshot 2023-08-17 at 13 24 16

Also I use tmux select-pane -T to rename panes (which I would love to have support for in the configuration) and noticed it sometimes renames panes in other windows rather in the new one.

Unfortunately I'm not able to reproduce the second issue and I can't share my config.

Configuration file for reproducing:

windows:
  - name: test
    layout: tiled
    panes:
      - commands:
          - tmux select-pane -T pane-0 -t 0
      - commands:
          - tmux select-pane -T pane-1 -t 1

alexkubica avatar Aug 17 '23 10:08 alexkubica