This plugin allows you to use fzf to change sessions.
Add plugin to the list of TPM plugins in your .tmux.conf
.
set -g @plugin 'hokita/tmux-session-fzf'
Use prefix
+ I
install plugin.
Default key is prefix
+ S
(shift + s).
If you change the key bind, add this line into your .tmux.conf
.
e.g. Change to prefix
+ y
set -g @custom_session_fzf_key 'y'