diff options
author | Wenxuan <wenxuangm@gmail.com> | 2018-04-06 23:10:30 +0800 |
---|---|---|
committer | Wenxuan <wenxuangm@gmail.com> | 2018-04-06 23:16:30 +0800 |
commit | cdca54fb7124a34546eba1974d4019fbdb3e4d90 (patch) | |
tree | e6a50592ead921021fb9df6d48829a42022aa9c3 | |
parent | 6d6d56c3c02a26f7e0df4a97ad99d5fe9ac39487 (diff) | |
download | fork-tmux-fzf-url-cdca54fb7124a34546eba1974d4019fbdb3e4d90.tar.gz fork-tmux-fzf-url-cdca54fb7124a34546eba1974d4019fbdb3e4d90.tar.bz2 fork-tmux-fzf-url-cdca54fb7124a34546eba1974d4019fbdb3e4d90.zip |
Update README
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -8,31 +8,31 @@ Make sure you have [`fzf`](https://github.com/junegunn/fzf) installed. -### [tmp](https://github.com/tmux-plugins/tpm) (Recommend) +### [TPM](https://github.com/tmux-plugins/tpm) (Recommend) -Just add this line to your tmux config file: +Add this line to your tmux config file, then hit `prefix + I`: ``` tmux - set -g @plugin 'wfxr/tmux-fzf-url' +set -g @plugin 'wfxr/tmux-fzf-url' ``` ### Manually Clone this repo somewhere and source `fzf-url.tmux` at the config file. -## Options +## 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: ``` tmux - set -g @fzf-url-bind 'x' +set -g @fzf-url-bind 'x' ``` ## Tips - Use `tab` to mark multiple urls and open them at once. -- Hit `ctrl-r` to toggle selection. +- Hit `ctrl - r` to toggle selection. - The tmux theme showed at screenshot is [tmux-power](https://github.com/wfxr/tmux-power)(currently no `README` :sweat_smile:, will add sometime). ## License |