diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-05-04 11:21:46 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-05-04 11:21:46 -0500 |
| commit | 04317b6c05cdb90d70ee868e853865c7d078e28c (patch) | |
| tree | c858fced635eaf2e36002f6cf186a3d19c07b7ba /fzf-exec/README.md | |
| parent | af97a24be201f8fffe8ea73a1f1aab1e234fa1ce (diff) | |
slight changes
Diffstat (limited to 'fzf-exec/README.md')
| -rw-r--r-- | fzf-exec/README.md | 4 |
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'" ``` |
