Open URLs in the current pane with fzf.
Using TPM
Add this line to your tmux config file, then hit prefix + I
:
set -g @plugin 'junegunn/tmux-fzf-url'
Press PREFIX
+ u
.
# Bind-key (default: 'u')
set -g @fzf-url-bind 'u'
This project is a fork of wfxr/tmux-fzf-url. However, most of the code was completely rewritten.
The MIT License (MIT)
Copyright (c) 2021 Junegunn Choi
Copyright (c) 2018 Wenxuan Zhang