wfxr / tmux-fzf-url

🚀 Quickly open urls on your terminal screen!
Other
526 stars 42 forks source link

Added `@fzf-url-open` #36

Closed BartSte closed 1 year ago

BartSte commented 1 year ago

I did not want to use xdg-open for opening files. However, I could not uninstall xdg-open as other programs depend on it. As a solution I added the @fzf-url-open setting. When this setting is applied, it takes precedence over xdg-open, open and BROWSER.

Thanks for building this repo. I use it everyday!