dotfiles/tmux-tmux.conf
2024-03-04 22:44:02 +01:00

8 lines
90 B
Plaintext

# set prefix
unbind C-b
set -g prefix 'C-a'
bind 'C-a' send-prefix
set -s escape-time 0