Skip to content

Commit

Permalink
feat(tmux): add prefix highlight plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
einverne committed Nov 14, 2023
1 parent a064e58 commit 7528f0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ set-option -g status-left "\

set-option -g status-right "\
#[fg=colour214, bg=colour237] \
#[fg=colour223, bg=colour237] #(~/dotfiles/tmux/scripts/uptime.sh) \
#[fg=colour223, bg=colour237]#{prefix_highlight} \
#[fg=colour223, bg=colour237]  #(~/dotfiles/tmux/scripts/uptime.sh) \
#[fg=colour246, bg=colour237]  %m/%d\
#[fg=colour109]  %H:%M \
#[fg=colour248, bg=colour239]"
Expand Down Expand Up @@ -244,6 +245,7 @@ set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'

# Other examples:
# set -g @plugin 'github_username/plugin_name'
Expand Down

0 comments on commit 7528f0e

Please sign in to comment.