We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been using a plugin with a specific branch (i.e. not main or master) through tpm. I have the following added to my ~/.tmux.conf:
~/.tmux.conf
set -g @plugin 'maxigaz/tmux-onedark-theme#pr-no-default-time-date'
This doesn't seem to work on the device I'm trying now; if I press Ctrl + I, I get a download fail error for tmux-onedark-theme.
download fail
tmux-onedark-theme
However, if I do the following, it works:
set -g @plugin 'maxigaz/tmux-onedark-theme'
~/.tmux/plugins/tmux-onedark-theme
git checkout pr-no-default-time-date
I'm using tmux 3.4 on Arch Linux ARM.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've been using a plugin with a specific branch (i.e. not main or master) through tpm. I have the following added to my
~/.tmux.conf
:This doesn't seem to work on the device I'm trying now; if I press Ctrl + I, I get a
download fail
error fortmux-onedark-theme
.However, if I do the following, it works:
~/.tmux.conf
so that it containsset -g @plugin 'maxigaz/tmux-onedark-theme'
.~/.tmux/plugins/tmux-onedark-theme
.git checkout pr-no-default-time-date
.I'm using tmux 3.4 on Arch Linux ARM.
The text was updated successfully, but these errors were encountered: