Setup_-_TMUX
Improve colors
set -g default-terminal 'screen-256color'
Set scrollback buffer to 10000
Customize the status line
set -g status-fg green
set -g status-bg black
remap prefix from 'C-b' to 'C-a'
split panes using | and -
don't rename windows automatically
reload config file (change file location to your the tmux.conf you want to use)
Last updated