diff options
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 " |