clean-up tmux conf

main
Yax 3 years ago
parent 1d16b85cb6
commit 0284cdac52

@ -23,8 +23,6 @@ setw -g aggressive-resize on
# =========================================================================== # ===========================================================================
# Other options # Other options
set -as terminal-overrides ',xterm*:RGB'
set -q -g status-utf8 on # expect UTF-8 (tmux < 2.2) set -q -g status-utf8 on # expect UTF-8 (tmux < 2.2)
setw -q -g utf8 on setw -q -g utf8 on
@ -34,22 +32,6 @@ set -g status-interval 5
set -g status-justify left set -g status-justify left
set -g status-position bottom set -g status-position bottom
set -g status-keys vi 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 # C-b is not acceptable -- Vim uses it
set-option -g prefix C-a 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 on # set terminal title
set -g set-titles-string '❐ #S ● #I #W' 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 # Notifications
setw -g monitor-activity on 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 'tmux-plugins/tpm'
set -g @plugin 'laktak/extrakto' set -g @plugin 'laktak/extrakto'
set -g @plugin 'artemave/tmux_capture_last_command_output' set -g @plugin 'artemave/tmux_capture_last_command_output'
set -g @plugin 'MunifTanjim/tmux-mode-indicator'
set -g @plugin "arcticicestudio/nord-tmux" set -g @plugin "arcticicestudio/nord-tmux"
# run tpm # run tpm

Loading…
Cancel
Save