diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a9a9336..548b403 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -46,15 +46,12 @@ bind c new-window -c "#{pane_current_path}" # Longer workspace names set -g status-left-length 20 -# fix for tokyo-night theme -set -g status-bg "#ffffff" - # List of TPM plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin "janoamaral/tokyo-night-tmux" set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-sessionist' - +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'hoshiya4522/tokyo-night-tmux' # Initialize TPM run '~/.tmux/plugins/tpm/tpm'