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