tmux-plugins / tmux-urlview

Quickly open any url on your terminal window!
MIT License
262 stars 32 forks source link

Tmux urlview

Quickly open any url on your terminal window!

Plugin wrapper around either urlview or extract_url.

Demo

Demo tmux-urlview

Dependencies

One of the following is required.

Key bindings

In any tmux mode:

Installation with Tmux Plugin Manager (recommended)

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

set -g @plugin 'tmux-plugins/tmux-urlview'

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/tmux-plugins/tmux-urlview ~/clone/path

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

run-shell ~/clone/path/urlview.tmux

Reload TMUX environment:

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

You should now be able to use the plugin.

Configuration

How can I change the default "u" key binding to something else? For example, key "x"?

Put set -g @urlview-key 'x' in tmux.conf.

Other goodies

tmux-urlview works great with:

License

MIT