6 lines
236 B
Bash
6 lines
236 B
Bash
if-shell "uname | grep -q Darwin" "source-file .tmux.macosx"
|
|
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
|
|
|