Tmux Commands
The prefix key is set to
Ctrl + bby default. You can change that to make it easier to reach it by adding the following line in~/tmux.conffile:set-option -g prefix C-awhich sets the prefix toCtrl + a.
Another tip if you want to use your mouse to scroll and select panes, add the following to the
/tmux.conffile:set -g mouse on
Some useful commands
Last updated