dotfiles/data/tmux/tmux.conf

7 lines
107 B
Plaintext
Raw Normal View History

2021-06-22 19:08:11 +00:00
# Change prefix
set -g prefix C-a
unbind C-b
bind C-a send-prefix
set -g default-terminal "tmux-256color"