Get started with tmux

image

Configuration

Edit $HOME/.tmux.conf.

Keyboard shortcut

  • Reload .tmux.conf
    Reload configuration file with Ctrl-b r:

    bind-key r source ~/.tmux.conf
    
[Read More]
tmux