Tmux

Shortcuts

Conf

.tmux.conf

# Panel nav with [ALT] and arrows:
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D

Read conf

::

tmux source-file .tmux.conf