Skip to content

junegunn/tmux-fzf-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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