From 2f4176b34e83c2db0f3d5c67342356cd8869c7a7 Mon Sep 17 00:00:00 2001 From: dacctal Date: Tue, 14 Jul 2026 02:14:44 +0000 Subject: added tmux config --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..f5fc65f --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,6 @@ +unbind C-Space +set -g prefix C-Space +bind C-Space send-prefix + +set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\"" +set -g status-style bg="#1e1f1e",fg="#9a9c8b" -- cgit v1.2.3