From 6609d7200cdaf8275cc9ce3161fcb80c635a21e9 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 8 Apr 2018 19:07:48 -0500 Subject: [PATCH] add non-working tmux config. something is broken with syntax, i think --- .tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..7fbf4b4 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,7 @@ +# rebind the dumb prefix key +unbind C-b +set-option -g prefix C-t +bind-key C-t send-prefix + +# enable ability to click between panes +set -g mouse on \ No newline at end of file