From a8c88f05c1e59413686701b16d67d1b486c86cf1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 2 Jun 2021 22:48:47 -0700 Subject: Add .tmux.conf --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..0bd7996 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +#set -s exit-empty off +set -g prefix C-a +unbind-key C-b +bind-key C-a send-prefix + +set-option -g mouse -- cgit v1.2.3