dotfiles/tmux/.tmux.conf

8 lines
100 B
Plaintext

# Rebind
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Mouse Mode
set -g mouse on