summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
blob: 26ecf5fb574cf3710bd4926f788a03634537e05c (plain)
1
2
3
4
5
6
7
set-option -g default-shell $SHELL
set -g prefix C-a
unbind-key C-b
bind-key C-a send-prefix

set-option -g mouse
set-option -sa terminal-features ',xterm-256color:RGB'