Weechat weechat-fzf

From wikinotes

Adds a fzf-based completer for your buffer list.
Built overtop of tmux and fzf.

Documentation

github https://github.com/trygveaa/weechat-fzf

Install

NOTE:

Currently not added to weechat's index of scripts, so must be installed manually.

Install script

mkdir -p ~/.weechat/vendor
cd ~/.weechat/vendor

git submodule add https://github.com/trygveaa/weechat-fzf

# make script available
cd ~/.weechat/python
ln -s ../vendor/weechat-fzf/fzf.py fzf.py

# optionally, autoload script
cd ~/.weechat/python/autoload
ln -s ../../vendor/weechat-fzf/fzf.py fzf.py

Load within weechat

/script load fzf.py

Configuration

bind ctrl-t to /fzf

/key bind ctrl-T /fzf

Usage

/fzf   " choose buffer in fzf
<c-t>  " choose buffer in fzf