aboutsummaryrefslogtreecommitdiff
path: root/fzf-exec/README.md
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-06 07:23:11 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-08-06 07:23:11 -0500
commit5ddd2890435190f8b08b33cdb8d6cb6ae7fde66b (patch)
tree887f1decfba39dc889bc1d944ac2b7b3c5dfa2e1 /fzf-exec/README.md
parent104fc729bb13ccc99a81a74dc08b313923e0e330 (diff)
fzf-exec mostly done
Diffstat (limited to 'fzf-exec/README.md')
-rw-r--r--fzf-exec/README.md16
1 files changed, 16 insertions, 0 deletions
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'"
+```