In emacs, the minibuffer refers to the bar at the bottom of the screen where you can type in commands. From emacs manual:
The minibuffer is where Emacs commands read complicated arguments, such as file names, buffer names, Emacs command names, or Lisp expressions.
Emacs packages such as vertico provide fancy completion inside the minibuffer.

What if we could have that kind of UX in tmux?
tmux-minibuffer is a collection of scripts for interacting with tmux using popup windows at the bottom of the screen, simulating minibuffer completion plugins, such as vertico.
Scripts (so far)
fzf-exec: replaces the default command prompt with a vertico-style completion menu.broot-sessionizer: replacement fortmux-sessionizerthat uses the broot instead of fzf, and runs in the minibuffer.find-file: Menu to open a file from the current session using broot.
Future ideas:
