diff options
-rw-r--r-- | README.md | 23 |
1 files changed, 15 insertions, 8 deletions
@@ -1,16 +1,18 @@ # tmux-fzf-url -[](https://wfxr.mit-license.org/2018) +[](https://github.com/tmux-plugins/tpm) +[](https://github.com/rothgar/awesome-tmux) +[](https://wfxr.mit-license.org/2018) -`tmux-fzf-url` is a tmux plugin for opening urls from browser quickly without mouse. +A tmux plugin for opening urls from browser quickly without mouse.  -## Install +### 📥 Installation Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed. -### [TPM](https://github.com/tmux-plugins/tpm) (Recommend) +**Install using [TPM](https://github.com/tmux-plugins/tpm)** Add this line to your tmux config file, then hit `prefix + I`: @@ -18,11 +20,11 @@ Add this line to your tmux config file, then hit `prefix + I`: set -g @plugin 'wfxr/tmux-fzf-url' ``` -### Manually +**Install manually** Clone this repo somewhere and source `fzf-url.tmux` at the config file. -## Usage +### 📝 Usage The default key-binding is `u`(of course prefix hit is needed), it can be modified by setting value to `@fzf-url-bind` at the tmux config like this: @@ -31,12 +33,17 @@ setting value to `@fzf-url-bind` at the tmux config like this: set -g @fzf-url-bind 'x' ``` -## Tips +### 💡 Tips - Use `tab` to mark multiple urls and open them at once. - Hit `ctrl - r` to toggle selection. - The tmux theme showed at screenshot is [tmux-power](https://github.com/wfxr/tmux-power). -## License +### 🔗 Other plugins + +- [tmux-power](https://github.com/wfxr/tmux-power) +- [tmux-net-speed](https://github.com/wfxr/tmux-net-speed) + +### 📃 License [MIT](https://wfxr.mit-license.org/2018) (c) Wenxuan Zhang |