From 4073ac59308916da62f353cf8f8f26ce362d0863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 5 Jul 2022 22:27:10 +0200 Subject: [PATCH] tmux: Rearrange config options --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}'