Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ordering of nord-tmux and tmux-prefix-highlight in .tmux.conf file #71

Open
stanly0726 opened this issue May 15, 2022 · 1 comment
Open

Comments

@stanly0726
Copy link

stanly0726 commented May 15, 2022

Description

in the config file of tmux (~/.tmux.conf)
if you set tmux-prefix-highlight plugin first
then set nord theme plugin
it'll cause prefix-highlight to malfunction

Example

good

...
set -g @plugin "arcticicestudio/nord-tmux"
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
...

bad

...
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin "arcticicestudio/nord-tmux"
...

Environment and Versions

nord-tmux 0.3.0
tmux 3.0a
tmux-prefix-highlight latest
tpm latest

Potential Solution

mention the order matters in documentation
also mention this in the installation guide at best

@paulmiddelkoop
Copy link

I have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants