Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junegunn/tmux-fzf-url
https://github.com/junegunn/tmux-fzf-url
fzf tmux tmux-plugin
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/junegunn/tmux-fzf-url
- Owner: junegunn
- License: mit
- Created: 2018-07-18T08:21:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T09:56:29.000Z (2 months ago)
- Last Synced: 2024-10-12T22:48:42.169Z (27 days ago)
- Topics: fzf, tmux, tmux-plugin
- Language: Ruby
- Homepage:
- Size: 1.33 MB
- Stars: 59
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
tmux-fzf-url
============Open URLs in the current pane with fzf.
Prerequisites
-------------- [tmux][tmux] 3.3+ for popup support
- [fzf][fzf] 0.53.0+ for `--tmux` option[tmux]: https://github.com/tmux/tmux
[fzf]: https://github.com/junegunn/fzfInstallation
------------### Using [TPM](https://github.com/tmux-plugins/tpm)
Add this line to your tmux config file, then hit `prefix + I`:
```sh
set -g @plugin 'junegunn/tmux-fzf-url'
```Usage
-----Press `PREFIX` + `u`.
Customization
-------------```sh
# Bind-key (default: 'u')
set -g @fzf-url-bind 'u'
```Acknowledgement
---------------This project is a fork of
[wfxr/tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url). However, most of
the code was completely rewritten.[License](LICENSE.txt)
----------------------```
The MIT License (MIT)Copyright (c) 2021 Junegunn Choi
Copyright (c) 2018 Wenxuan Zhang
```