tmuxinator

https://github.com/tmuxinator/tmuxinator

Ruby

Manage complex tmux sessions easily

Tmuxinator::Project#pane_title_position?

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:tmuxinator/tmuxinator.git

cd tmuxinator

open lib/tmuxinator/project.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Tmuxinator--Project-pane_title_position--for-pr


# Commit to git

git add lib/tmuxinator/project.rbgit commit -m "better docs for Tmuxinator::Project#pane_title_position?"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Tmuxinator--Project-pane_title_position--for-pr

hub pull-request


# Celebrate!