dotfiles/config/tmux/tmux.conf

10 lines
160 B
Plaintext

# https://github.com/tmux/tmux/wiki/FAQ
# Change prefix key
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# Color
set -g default-terminal "tmux-256color"