Files
dotfiles/tmux.conf
2015-03-30 16:43:28 +02:00

7 lines
233 B
Bash

set-option -g default-command /bin/zsh
set-option -g default-shell /bin/zsh
set-window-option -g mode-mouse on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'