My Tmux setting

My Tmux setting # changing prefix from 'Ctrl+b' to 'Ctrl+a' unbind C-b set-option -g prefix C-a bind-key C-a send-prefix # start with window 1 (instead of 0) set -g base-index 1 # start with pane 1 set -g pane-base-index 1 # screen mode set -g...