rvolykh / poc-tmuxinator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poc-tmuxinator

Example of preconfigured tmux session by using tmuxinator.

Installation

brew install tmux tmuxinator

Cheatsheet

  1. Start
tmuxinator local
  1. Select window
CTRL+B <window-number, e.g. 1) # by index, e.g. 0, 1, 2, 3
CTRL+B n # next
CTRL+B p # previous
  1. Select pane
CTRL+B <arrow-key> # by direction, e.g. left, up, right, down
CTRL+B o # next
  1. Disable or enable pane synchronization
CTRL+B :
setw synchronize-panes off/on
  1. Zoom in/out pane:
CTRL+B z
  1. Exit tmux
CTRL+B :
kill-session

About