-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Latest version doesn't seem to work? #12
Comments
Can't repro. Are you sure the plugin has been sourced by tmux correctly? |
yeah, I mean it's just this, right? is the order important? are there plugins that conflict with this one? set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'tmux-plugins/tmux-open'
# set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'aaronlna/tmux-plugin-sysstat'
set -g @plugin 'narugit/tmux-temp-mac'
set -g @plugin 'wfxr/tmux-fzf-url' |
Weird. You can try the following steps to debug:
If it works I guess you or some other plugin maybe overwrite the keybind. |
this is what happened:
|
|
would be great to add this to the readme, MacOS uses a very old bash version |
Hi @d1egoaz It's already been documented: https://github.com/wfxr/tmux-fzf-url#-installation |
I can't get it to work, is the load order of plugins somehow significant?
I have
fzf
installed via Homebrew and in my$PATH
, I can use it and do use it in other scripts.The text was updated successfully, but these errors were encountered: