diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 73ad307..0c87b8d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -16,8 +16,6 @@ set-option -g mode-keys vi set-option -g renumber-windows on -set-option -g bell-action any - set-option -g history-limit 50000 set-option -g base-index 1 @@ -46,6 +44,8 @@ set-option -g window-status-current-style "bg=#e5b567,fg=black" set-option -g monitor-activity on set-option -g visual-activity off set-option -g window-status-activity-style "bg=#ff7777,fg=black" +set-option -g monitor-bell on +set-option -g bell-action any set-option -g automatic-rename on set-option -g automatic-rename-format '#{pane_current_command}'