omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
556 stars 51 forks source link

Need provision to enable cycling through the list... #51

Closed shibisuriya closed 3 months ago

shibisuriya commented 4 months ago

Can we get a flag which enables the user to cycle through the fzf items which he selects next or previous?

omerxx commented 3 months ago

@shibisuriya that's actually rather simple with FZF using --cycle I'll add the option

omerxx commented 3 months ago

@shibisuriya There's an option in the plugin to set your own fzf flags, essentially letting you do this:

set -g @sessionx-additional-options "--cycle"

Does this answer the requirement?