Skip to content

Commit 4b57b32

Browse files
committed
docs: add preview to fzf example (#16)
1 parent a86da2e commit 4b57b32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In order to integrate with tmux, you can add a binding to your tmux config (`tmu
111111

112112
```sh
113113
bind-key "T" run-shell "sesh connect \"$(
114-
sesh list --icons | fzf-tmux -p 55%,60% \
114+
sesh list --icons | fzf-tmux -p 80%,70% \
115115
--no-sort --ansi --border-label ' sesh ' --prompt '' \
116116
--header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \
117117
--bind 'tab:down,btab:up' \
@@ -121,6 +121,8 @@ bind-key "T" run-shell "sesh connect \"$(
121121
--bind 'ctrl-x:change-prompt(📁 )+reload(sesh list -z --icons)' \
122122
--bind 'ctrl-f:change-prompt(🔎 )+reload(fd -H -d 2 -t d -E .Trash . ~)' \
123123
--bind 'ctrl-d:execute(tmux kill-session -t {2..})+change-prompt(⚡ )+reload(sesh list --icons)' \
124+
--preview-window 'right:55%' \
125+
--preview 'sesh preview {}'
124126
)\""
125127
```
126128

0 commit comments

Comments
 (0)