From 124b48e77b1d3ee12e0ef7d8cabbec9841e1b956 Mon Sep 17 00:00:00 2001 From: Cameron Motevasselani Date: Mon, 3 Jun 2024 23:12:51 -0700 Subject: [PATCH] adding option to toggle status bar --- config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 42abf2d..85f165d 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -9,6 +9,10 @@ bind-key -n M-j select-pane -D bind-key -n M-k select-pane -U bind-key -n M-l select-pane -R +bind-key -n M-t set-option status + + + set-option -g status-position top # List of plugins