From f23fd6775c338493e48e039d4f796046b835c400 Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Wed, 16 Mar 2016 08:16:22 +0100 Subject: [PATCH] Create .tmux.conf --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 00000000..3da850bc --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +set-option -g default-shell /bin/zsh +bind-key a set-window-option synchronize-panes +bind-key X kill-session + +set -g mouse on