From 78d3a078c68413dbf478b6b563ca416b5b34daef Mon Sep 17 00:00:00 2001 From: Stuart Stent Date: Tue, 18 Aug 2020 10:02:30 -0400 Subject: [PATCH] Add tmux --- .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 0000000..716e0aa --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +# Mouse support +set -g mouse on + +set-window-option -g xterm-keys on +setw -g aggressive-resize on