Tmux

tmux, the terminal multiplexer.

Config

filename:

tmux/tmux.conf

Use fish as the default shell.

tmux/tmux.conf
set-option -g default-shell /usr/bin/fish

Enable mouse support

tmux/tmux.conf
set-option -g mouse on

Panes

tmux has scrollbars!

tmux/tmux.conf
set-option -g pane-scrollbars modal

modal means that they’re only shown in copy-mode