Skip to content

Commit d0350f4

Browse files
committed
Docs: Add documentation for integrating with television instead of fzf
1 parent 6487292 commit d0350f4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,16 @@ bind-key "T" run-shell "sesh connect \"$(
186186

187187
You can customize this however you want, see `man fzf` for more info on the different options.
188188

189+
#### tmux + [television](https://github.com/alexpasmantier/television)
190+
191+
If you prefer to use television instead of fzf, you can add a binding to your tmux config that opens the [sesh channel](https://alexpasmantier.github.io/television/docs/Users/community-channels-unix#sesh) in a tmux popup.
192+
193+
```sh
194+
bind-key "T" display-popup -E -w 80% -h 70% -d '#{pane_current_path}' -T 'Sesh' tv sesh
195+
```
196+
197+
Use `Ctrl-s` to cycle through the sources, and `Ctrl-d` to kill the highlighted session.
198+
189199
## gum + tmux
190200

191201
If you prefer to use [charmblacelet's gum](https://github.com/charmbracelet/gum) then you can use the following command to connect to a session:

0 commit comments

Comments
 (0)