diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-04-16 23:11:43 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-04-16 23:11:43 +0200 |
commit | 174cd547dc32bb6d50ab5da329ad1bc4d516c20a (patch) | |
tree | a00b33a514ba37d8ba5cb8a5bf919b6e65bd924b /.config/tmux/.tmux.conf | |
parent | f99c5dd1765f1dc91f6f0133c6dfb32d1827eae6 (diff) |
minor updates
Diffstat (limited to '.config/tmux/.tmux.conf')
-rw-r--r-- | .config/tmux/.tmux.conf | 74 |
1 files changed, 1 insertions, 73 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 74d8d2c..12344cd 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -1,84 +1,12 @@ # show session, window, pane in left status bar set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-yank' -set -g @plugin "arcticicestudio/nord-tmux" # Allows vim to display colors correctly. set -g default-terminal 'screen-256color' set -ga terminal-overrides ',*256col*:Tc' -set -g status-position top # statusbar position -set -g status-interval 1 -set -g status-left-length 40 -set -g status-right-length 140 - -#set-option -g status-left '#[fg=white]⚡️#(whoami)@#(hostname -s) | #[fg=green]' -#set-option -g status-right '#[fg=aqua]%b %_d %H:%M' - -#+----------------+ -#+ Plugin Support + -#+----------------+ -#+--- tmux-prefix-highlight ---+ -set -g @prefix_highlight_fg black -set -g @prefix_highlight_bg brightcyan - -#+---------+ -#+ Options + -#+---------+ -set -g status-interval 1 -set -g status on - -#+--------+ -#+ Status + -#+--------+ -#+--- Layout ---+ -set -g status-justify left - -#+--- Colors ---+ -set -g status-bg default -set -g status-fg white - -#+-------+ -#+ Panes + -#+-------+ -set -g display-panes-colour black -set -g display-panes-active-colour brightblack - -#+------------+ -#+ Clock Mode + -#+------------+ -setw -g clock-mode-colour cyan - - -#+----------------+ -#+ Plugin Support + -#+----------------+ -#+--- tmux-prefix-highlight ---+ -set -g @prefix_highlight_copy_mode_attr "fg=black,bg=brightcyan" - -#+--------+ -#+ Status + -#+--------+ -#+--- Bars ---+ -set -g status-left "#[fg=blue,bg=default,bold] #S " -set -g status-right "#{prefix_highlight}#[fg=white,bg=default] #(whoami)@#(hostname -s) | #[fg=white,bg=default] %a %d %b %H:%M:%S #[fg=white,bg=default,nobold,noitalics,nounderscore]${NORD_TMUX_STATUS_TIME_FORMAT}#[fg=cyan,bg=default,nobold,noitalics,nounderscore]" - -#+--- Windows ---+ -set -g window-status-format "#[fg=brightblack,bg=default] #I #[fg=white,bg=default]#W #F " -set -g window-status-current-format "#[fg=blue,bg=default] #I#[fg=blue,bg=default,nobold,noitalics,nounderscore] #[fg=white,bg=default,bold]#W #F " -set -g window-status-separator "" -#+--- Colors ---+ -#set -g status-bg black -#set -g status-fg white -#setw -g clock-mode-colour cyan - - -# 0 is too far from ` ;) -set -g base-index 1 - -# Automatically set window title -set-window-option -g automatic-rename on -set-option -g set-titles on +set -g status off #set -g default-terminal screen-256color set -g status-keys vi |