From ba3728051f69dc4409c96cdb0df403c685bd6c82 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Sat, 6 May 2017 08:27:47 +0200 Subject: initial import --- .tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..b6d3b99 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,8 @@ +set -g prefix C-a +set -g default-terminal "screen-256color" +set -g mode-mouse on +set -g mouse-resize-pane on +set -g mouse-select-pane on +set -g mouse-select-window on +set -s escape-time 0 +set-option -g default-shell /bin/bash -- cgit v1.2.3