dotfiles/tmux/.tmux.conf

8 lines
100 B
Plaintext
Raw Normal View History

2023-11-20 17:42:04 +00:00
# Rebind
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# Mouse Mode
set -g mouse on