From 5ddd2890435190f8b08b33cdb8d6cb6ae7fde66b Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 6 Aug 2025 07:23:11 -0500 Subject: fzf-exec mostly done --- fzf-exec/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 fzf-exec/README.md (limited to 'fzf-exec/README.md') diff --git a/fzf-exec/README.md b/fzf-exec/README.md new file mode 100644 index 0000000..7ac52b6 --- /dev/null +++ b/fzf-exec/README.md @@ -0,0 +1,16 @@ +# `fzf-exec` +fzf-exec replaces the tmux command prompt with a vertico-style completion menu for typing commands. + +![](./demo.svg) + +## Setup +First, clone this repo to a known location, such as `~/.config/tmux/m`. +```sh +cd ~/.config/tmux +git clone https://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'" +``` -- cgit v1.3.1