tony / tmux-config

:green_book: Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.
http://tony.github.com/tmux-config/
1.81k stars 478 forks source link

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

Closed maple-leaf closed 6 years ago

maple-leaf commented 7 years ago

Please refer to this answer of issue at tmuxinator.

https://github.com/tmuxinator/tmuxinator/issues/225#issuecomment-42928000

tony commented 7 years ago

tmuxinator executing error

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

maple-leaf commented 7 years ago

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
stale[bot] commented 6 years ago

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.