bprager / tmux-fzf-url

:rocket: Quickly open urls on screen from your browser!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:rocket: Quickly open urls on screen from your browser!

License:MIT License


Languages

Language:Shell 51.3%Language:Ruby 48.7%