.dotfiles/tmux/.tmux.conf

10 lines
167 B
Plaintext
Raw Normal View History

2024-04-13 18:45:08 -05:00
set mouse on
# Set the prefix to Ctrl+a
set -g prefix C-a
# Remove the old prefix
unbind C-b
# Send Ctrl+a to applications by pressing it twice
bind C-a send-prefix