Skip to content

Commit 38058db

Browse files
Create README.md
1 parent 4756024 commit 38058db

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# tmuxp-fzf
2+
3+
Display a tmux popup/dialog to select a session from [tmuxp](https://github.com/tmux-python/tmuxp)
4+
5+
Based on [tmux-fzf](https://github.com/sainnhe/tmux-fzf)
6+
7+
## Requeriments
8+
- fzf
9+
- tmuxp
10+
- bash
11+
12+
## Install via [TPM](https://github.com/tmux-plugins/tpm/)
13+
14+
Add this line to your `~/.tmux.conf`
15+
16+
```tmux
17+
set -g @plugin 'andersondanilo/tmuxp-fzf'
18+
```
19+
20+
Reload configuration, then press `prefix` + `I`.
21+
22+
# Usage
23+
24+
To launch tmuxp-fzf, press `prefix` + `P` (Shift+P).

0 commit comments

Comments
 (0)