tony / tmux-config

:green_book: Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.

Home Page:http://tony.github.com/tmux-config/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set pane-base-index to 1 to fix tmuxinator executing error

maple-leaf opened this issue · comments

Please refer to this answer of issue at tmuxinator.

tmuxinator/tmuxinator#225 (comment)

tmuxinator executing error

Can you paste the error that occurs in tmuxp and the config you use?

It will raise can't find pane error when start session created by tmuxinator.
And I add pane-base-index config below your base-index:

# Start numbering at 1
set -g base-index 1
set -g pane-base-index 1 ## I add this config here
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This bot is used to handle issues where the issue hasn't been discussed or has gone out of date. If an issue isn't resolved and handled in a certain period of time, it may be closed. If you would like your issue re-opened, please create a fresh issue with the latest, up to date information and mention this issue in it.