Skip to content

junegunn/tmux-fzf-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-fzf-url

Fork of wfxr/tmux-fzf-url.

Prerequisites

  • tmux
    • Popup window is used if you have tmux 3.2 or above
  • fzf
    • fzf-tmux should be on $PATH

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'

# fzf-tmux layout (default: '-p70%' on tmux 3.2, '-d' otherwise)
#   (-p requires tmux 3.2 or above, see `man fzf-tmux` for available options)
set -g @fzf-url-layout '-p70%'
The MIT License (MIT)

Copyright (c) 2021 Junegunn Choi
Copyright (c) 2018 Wenxuan Zhang

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published