Skip to content

DanielFGray/tmux-fzf-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-fzf-urls

Parses tmux panes for urls and displays them in fzf

Installation with Tmux Plugin Manager (recommended)

Add plugin to the list of TPM plugins in your .tmux.conf:

set -g @plugin 'DanielFGray/tmux-fzf-urls'

Hit prefix + I to fetch the plugin and source it. You should now be able to use the plugin.

Manual Installation

Clone the repo:

git clone https://github.com/DanielFGray/tmux-fzf-urls ~/clone/path

Add this line to the bottom of .tmux.conf:

run-shell ~/clone/path/tmux-fzf-urls/fzf-urls.tmux

Reload TMUX environment:

# type this in terminal
tmux source-file ~/.tmux.conf

You should now be able to use the plugin.

Configuration

Here are the available configuration settings and their defaults:

# define which key to bind to by default
set -g @fzfurls-key 'C-u'

# how many lines the fzf split should take up
set -g @fzfurls-lines '10' 

# what program to open urls with 
set -g @fzfurls-cmd 'xdg-open' 

# any additional settings to pass to fzf
set -g @fzfurls-fzf-opts ''

About

Parses tmux panes for urls and displays them in fzf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages