X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=tmux%2F.tmux.conf;h=7c34248fa16bea73197ffa1581dc2e5e5fc5995c;hp=2ba36e27a94bdb4fe96c37acb8fa1745835147b6;hb=93c7ca3a3c72e3c4b2fee37e6669e81753f4e980;hpb=926ae326dd2b4716a0007ee78537e9b7ec2f9ebe diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2ba36e2..7c34248 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -25,11 +25,10 @@ set-option -g status-justify centre set-window-option -g automatic-rename on set-window-option -g window-status-format "#I:#W:#T#F" -set-window-option -g window-status-bg green -set-window-option -g window-status-fg black +set-window-option -g window-status-style "bg=green fg=black" set-window-option -g window-status-current-format "#I:#W#F" -set-window-option -g window-status-current-bg red -set-window-option -g window-status-last-bg cyan +set-window-option -g window-status-current-style "bg=red" +set-window-option -g window-status-last-style "bg=cyan" bind-key u capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'urlview /tmp/tmux-buffer' \; delete-buffer bind-key y capture-pane -J \; save-buffer /tmp/tmux-buffer \; split-window 'vim -c "set listchars=" -c "match ExtraWhitespace //" /tmp/tmux-buffer' \; delete-buffer