dotfiles/.tmux.conf

7 lines
236 B
Plaintext
Raw Normal View History

2017-02-12 11:47:30 +00:00
if-shell "uname | grep -q Darwin" "source-file .tmux.macosx"
set -g mouse on
2014-06-08 08:12:09 +01:00
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
2015-10-11 08:17:25 +01:00
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
2014-06-08 08:12:09 +01:00