From 04317b6c05cdb90d70ee868e853865c7d078e28c Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 4 May 2026 11:21:46 -0500 Subject: slight changes --- fzf-exec/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fzf-exec/README.md') diff --git a/fzf-exec/README.md b/fzf-exec/README.md index 49dc680..bbe2e6d 100644 --- a/fzf-exec/README.md +++ b/fzf-exec/README.md @@ -7,10 +7,10 @@ fzf-exec replaces the tmux command prompt with a vertico-style completion menu f First, clone this repo to a known location, such as `~/.config/tmux/m`. ```sh cd ~/.config/tmux -git clone https://bluedragon1221/tmux-minibuffer m +git clone https://github.com/bluedragon1221/tmux-minibuffer m ``` -Now, you can add a keybinding to launch fzf-exec: +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