diff --git a/tmux.conf b/tmux.conf index 7e1b6ef..760dd17 100644 --- a/tmux.conf +++ b/tmux.conf @@ -8,7 +8,7 @@ source ~/.tmux-local.conf set -g default-terminal "screen-256color" # source ~/fmux/f-keys, which adds the useful byobu F-key shortcuts -source ~/fmux/f-keys +source ~/src/fmux/f-keys # keys for window movement bind-key Left swap-window -t -1\; select-window -t -1 @@ -41,9 +41,9 @@ set -g @ssh_auto_rename_window off set -g status-style '' set-window-option -g status-left "#[fg=green]#{?client_prefix,#[bg=black fg=green]#[bg=yellow fg=black],} #S " -set-window-option -g status-right "#(~/fmux/tmux-right.sh)" +set-window-option -g status-right "#(~/src/fmux/tmux-right.sh)" -set-window-option -g window-status-style "fg=white" +set-window-option -g window-status-style "fg=default" set-window-option -g window-status-current-style "bg=green, fg=black" set-window-option -g window-status-bell-style "fg=yellow" set-window-option -g window-status-activity-style "fg=blue"