diff --git a/tmux.conf b/tmux.conf index ff6ff4f..ad6029d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -16,8 +16,8 @@ bind Q new-window -n '%%' bind A next-window bind S previous-window bind W last-window -bind R rename-window '%%' -bind F find-window '%%' +bind R rename-window -n '%%' +bind F find-window -n '%%' #promote/demote pane bind z resize-pane -Z @@ -30,3 +30,8 @@ setw -g aggressive-resize on #enable mouse mode set -g mouse on + +#colors +set -g window-status-fg blue +set -g window-status-current-bg blue +set -g window-status-current-fg green