Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 891 Bytes

README.md

File metadata and controls

54 lines (37 loc) · 891 Bytes

tmux-fzf-url

Open URLs in the current pane with fzf.

Prerequisites

  • tmux 3.3+ for popup support
  • fzf 0.53.0+ for --tmux option

Installation

Using TPM

Add this line to your tmux config file, then hit prefix + I:

set -g @plugin 'junegunn/tmux-fzf-url'

Usage

Press PREFIX + u.

Customization

# Bind-key (default: 'u')
set -g @fzf-url-bind 'u'

Acknowledgement

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