tmux and fzf: fuzzy tmux session/window/pane switcher

This script allows me to fuzzy search for window/pane using pane’s name – title – directory – command. Maybe someone will find it useful. It uses fzf-tmux for searching. gist: https://gist.github.com/thugcee/41d1ba786fa5e66167ed6ee45e4f6346 It can be started directly, but it’s better to bind it to some tmux key. Put something like this into your tmux.conf to do … Read more