Closed h0adp0re closed 3 years ago
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:
cd ~/.tmux/plugins/tmux-fzf-url
(where the plugins located in, modify the path if you used a different location)echo https://google.com
(to print a url for testing)./fzf-url.sh
(call the script directly)If it works I guess you or some other plugin maybe overwrite the keybind.
this is what happened:
./fzf-url.sh: line 24: mapfile: command not found
./fzf-url.sh: line 25: mapfile: command not found
./fzf-url.sh: line 26: mapfile: command not found
./fzf-url.sh: line 27: mapfile: command not found
brew install bash
fixed it, thanks for the plugin, it's very handy
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.