blob: bbe2e6dc102ac516aab0af6d464a68a0ef934cfe (
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.
<a href="https://asciinema.org/a/9gkeo1t3Z9fakBnsaf4fI4Jle" target="_blank"><img src="https://asciinema.org/a/9gkeo1t3Z9fakBnsaf4fI4Jle.svg" /></a>
## Setup
First, clone this repo to a known location, such as `~/.config/tmux/m`.
```sh
cd ~/.config/tmux
git clone https://github.com/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'"
```
|