From 1e0410734f651a0f2f391caf8c51b1e729960e66 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 2 Nov 2022 13:12:48 -0600 Subject: never overwritting things ever again :( --- tmux/.tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f930ac5..1b0d4fe 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,7 @@ -set -g prefix C-a +set -g prefix M-Space set -g visual-activity on set -g status-style fg=white,bg=black +set-window-option -g window-status-bell-style fg=white,bg=red,bold set-window-option -g mode-keys vi set -g status-right "#[fg=green,bg=default]#{pane_current_path}" set -ag status-right " #[fg=yellow,bg=default]%I:%M%p " -- cgit v1.2.3