-
Notifications
You must be signed in to change notification settings - Fork 202
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
Add prefix key and pane sync indicators #34
base: master
Are you sure you want to change the base?
Conversation
The indicators used can be customized: - For the prefix key indicator, set `@themepack-prefix-key-on-format` and `@themepack-prefix-key-off-format` options. The off format must be the same length as the on format to avoid weird behavior. - For the pane sync indicator, set `@themepack-pane-sync-on-format` and `@themepack-pane-sync-off-format` options. The off format must be the same length as the on format to avoid weird behavior.
This looks awesome! Thank you! |
thank you so much! |
Hey @jimeh ! Maybe I'm blind as a bat, but I can't seem to find where the |
@Blake-LeBlanc Yeah, they should be defined within the theme file you're using. However make sure you're using the branch for this PR instead of I've been meaning to find time for some final cleanup and added flexibility for this PR before I merge it, and so far it hasn't happened. |
Ahh, got it with the PR branch, thanks! |
Hey @jimeh! Let me first say, this is a great set of themes and this enhancement makes it even better. Thanks a lot for sharing this. I tried this PR and things work great for the most part. Only thing I noticed is that the status line gets messed up every time I source the tmux.conf and keeps adding separators on the Left and Right side. After sourcing .tmux.conf, notice the '>' separators: And all the elements now indicate prefix key press: Also, more separators get added every time tmux.conf is sourced: |
@yeslsudarshan thanks for bringing that to my attention. I hadn't noticed it myself, as it turns out I don't reload my tmux config very often. |
The indicators used can be customized:
@themepack-prefix-key-on-format
and
@themepack-prefix-key-off-format
options. The off format must bethe same length as the on format to avoid weird behavior.
@themepack-pane-sync-on-format
and@themepack-pane-sync-off-format
options. The off format must be thesame length as the on format to avoid weird behavior.
To-Do
Gifs
Prefix Key Indicator
Basic theme:
Powerline themes:
Pane Sync Indicator
Basic theme:
Powerline themes: