From 86cd2f025c53ba9f564a89cc04f27f3eb389daa8 Mon Sep 17 00:00:00 2001 From: Ludwig Lehnert Date: Mon, 4 Mar 2024 22:44:02 +0100 Subject: [PATCH] added tmux conf --- tmux-tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tmux-tmux.conf diff --git a/tmux-tmux.conf b/tmux-tmux.conf new file mode 100644 index 0000000..d7ce19a --- /dev/null +++ b/tmux-tmux.conf @@ -0,0 +1,7 @@ +# set prefix +unbind C-b +set -g prefix 'C-a' +bind 'C-a' send-prefix + +set -s escape-time 0 +