From 391d25eb64e36cf9608c582e20acde8ed0c7c79f Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 6 Aug 2026 14:38:34 +0000 Subject: added comments to .tmux.conf --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index f5fc65f..92ce994 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,8 @@ +# set prefix to CTRL+Space [ C-␣ / C-Space ] unbind C-Space set -g prefix C-Space bind C-Space send-prefix +# change style :D 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