tmux cheatsheat
Personal Advice Modify your .tmux.conf file. set -g mouse on change your prefix Example conf: set -g mouse on # remap prefix from 'C-b' to 'C-a' unbind C-b set-option -g prefix C-a bind-key C-a send-prefix Create Windows prefix + c: [c]reate a window Navigation prefix + n: go to [n]ext window prefix + p: go to [p]revious window ...