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

💬 Would be awesome to be able to pass in FZF options #54

Closed ttdotsh closed 3 months ago

ttdotsh commented 4 months ago

The primary thing I'd like to see is the ability to customize FZF colors/theme. I can definitely see that the implementation could be challenging, but would you be open to a PR to add this?

ProgmRuanSilva commented 4 months ago

Hey @ttdotsh thanks for interessing to contribute

see here to open a pull request from a fork

  1. Make a fork of the project
  2. Make your changes
  3. Open a pull request
ttdotsh commented 3 months ago

@ProgmRuanSilva I took a whack at this here and have the functionality mostly working, save for a bug with some fzf options like --bind. I spent a majority of my day today trying to resolve that and I am stuck. Would love it if someone could take a look (no hard feelings though if nobody gets to it)

ProgmRuanSilva commented 3 months ago

@ttdotsh I've commented on your PR