dotfiles/tmux/.tmux.conf
Eric Lynema c1a45cd4ea Init
2023-11-20 12:42:04 -05:00

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