dotfiles/.tmux.conf
2017-01-26 05:44:03 +00:00

7 lines
241 B
Plaintext

set-option -g default-command "reattach-to-user-namespace -l zsh"
set -g mouse on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g prefix C-a # prefix from ctrl-b to ctrl-a
unbind C-b # free ctrl-b to be used by programs inside tmux