aboutsummaryrefslogtreecommitdiff
path: root/fzf-exec/README.md
diff options
context:
space:
mode:
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'"
+```