blob: 7ac52b64935c6b3629133d462f9273e582d8b2fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'"
```
|