diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 07:23:11 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-06 07:23:11 -0500 |
| commit | 5ddd2890435190f8b08b33cdb8d6cb6ae7fde66b (patch) | |
| tree | 887f1decfba39dc889bc1d944ac2b7b3c5dfa2e1 /fzf-exec/README.md | |
| parent | 104fc729bb13ccc99a81a74dc08b313923e0e330 (diff) | |
fzf-exec mostly done
Diffstat (limited to 'fzf-exec/README.md')
| -rw-r--r-- | fzf-exec/README.md | 16 |
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. + + + +## 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'" +``` |
