# `fzf-exec` fzf-exec replaces the tmux command prompt with a vertico-style completion menu for typing commands. ## Setup First, clone this repo to a known location, such as `~/.config/tmux/m`. ```sh cd ~/.config/tmux git clone https://github.com/bluedragon1221/tmux-minibuffer m ``` Now, you can add a keybinding to launch `fzf-exec`: ```sh bind-key -T prefix : run-shell "~/.config/tmux/m/minibuffer.sh -h 10 '~/.config/tmux/m/fzf-exec/fzf-exec.sh'" ```