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.md4
1 files changed, 2 insertions, 2 deletions
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'"
```