dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 5282a1e7013f019b1940876696a49fcb43ef927b
parent 797c88f61c100e999edaa91200c9469d26419d65
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri,  2 Aug 2019 22:20:55 +0100

updated tmux to use new syntax

Diffstat:
Mtmux/.tmux.conf | 19++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -71,29 +71,22 @@ bind l select-pane -R bind : command-prompt # panes -set -g pane-border-fg black -set -g pane-active-border-fg cyan +set -g pane-border-style fg=black +set -g pane-active-border-style fg=colour4 # messaging -set -g message-fg colour0 -set -g message-bg colour6 -set -g message-command-fg colour6 -set -g message-command-bg colour1 +set -g message-style fg=white,bg=black,bold +set -g message-command-style fg=colour6,bg=colour1 # window mode -setw -g mode-bg colour6 -setw -g mode-fg colour0 +setw -g mode-style fg=colour0,bg=colour6 # resizing setw -g aggressive-resize on # status bar -set -g message-attr bold -set -g message-fg white -set -g message-bg black - set -g status-justify right -set -g status-bg black +set -g status-bg default set -g status-fg blue set -g status-interval 5