From 0284cdac528d50b4cff3d3e8a54f6f35661672cb Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:20:22 +0200 Subject: [PATCH] clean-up tmux conf --- dot_tmux.conf | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 78d811b..3cc7f78 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -23,8 +23,6 @@ setw -g aggressive-resize on # =========================================================================== # Other options -set -as terminal-overrides ',xterm*:RGB' - set -q -g status-utf8 on # expect UTF-8 (tmux < 2.2) setw -q -g utf8 on @@ -34,22 +32,6 @@ set -g status-interval 5 set -g status-justify left set -g status-position bottom set -g status-keys vi -# Set status bar background and foreground color. -set -g status-style fg=colour136,bg="#002b36" -set -g status-left-style default -#set -g status-right-style default -set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}' - -# Set the inactive window color and style -set -g window-status-style fg=colour244,bg=default -set -g window-status-format ' #I #W ' -# Set the active window color and style -set -g window-status-current-style fg=black,bg=colour136 -set -g window-status-current-format '#{?window_zoomed_flag,#[fg=red](,}#I #W#{?window_zoomed_flag,#[fg=red]),}' - -# Colors for pane borders(default) -setw -g pane-border-style fg=colour240,bg=default -setw -g pane-active-border-style fg=green,bg=default # C-b is not acceptable -- Vim uses it set-option -g prefix C-a @@ -65,7 +47,7 @@ set -g renumber-windows on # renumber windows when a window is closed set -g set-titles on # set terminal title set -g set-titles-string '❐ #S ● #I #W' -set -g display-panes-time 800 # slightly longer pane indicators display time +set -g display-panes-time 500 # slightly longer pane indicators display time # Notifications setw -g monitor-activity on @@ -142,7 +124,6 @@ set -g @command-capture-editor-cmd 'gedit -' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'laktak/extrakto' set -g @plugin 'artemave/tmux_capture_last_command_output' -set -g @plugin 'MunifTanjim/tmux-mode-indicator' set -g @plugin "arcticicestudio/nord-tmux" # run tpm