tmux
TMUX Cheatsheet & conf
https://mutelight.org/practical-tmux
~/.tmux.conf
set-option -g prefix C-a
bind-key C-a last-window
set -g mouse on
setw -g aggressive-resize on
https://mutelight.org/practical-tmux
set-option -g prefix C-a
bind-key C-a last-window
set -g mouse on
setw -g aggressive-resize on