aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-14 02:14:44 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-14 02:14:44 +0000
commit2f4176b34e83c2db0f3d5c67342356cd8869c7a7 (patch)
tree0cdf84c4fd3e7f26eca1553c35b880d6176ada10
parent9ea4e05127e7aaf79a58f98076288b25973e949f (diff)
added tmux config
-rw-r--r--.tmux.conf6
1 files changed, 6 insertions, 0 deletions
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"