From 48353fab32185b52690e504ac2a91a2de6c1a6af Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Mon, 23 Feb 2026 22:13:46 +0100 Subject: [PATCH] feat: added tmux conf --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..78ae9bb --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +set -g history-limit 30000 +set -g mouse on +set -g allow-passthrough on