From bdff174846a0603c440c2542e5a27f90202538ec Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 5 Aug 2019 20:24:54 -0400 Subject: [PATCH] applications: add tmux.conf --- applications/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 applications/tmux.conf diff --git a/applications/tmux.conf b/applications/tmux.conf new file mode 100644 index 0000000..94a2027 --- /dev/null +++ b/applications/tmux.conf @@ -0,0 +1,6 @@ +set -g default-terminal "st-256color" +set -s escape-time 0 +set -g destroy-unattached on +unbind C-b +set -g prefix C-'\' +bind C-'\' send-prefix