Skip to content

Commit 3bbb3d2

Browse files
doc: add --ansi flag to fzf-tmux README example (#126)
1 parent 5b2934f commit 3bbb3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In order to integrate with tmux, you can add a binding to your tmux config (`tmu
9292
```sh
9393
bind-key "T" run-shell "sesh connect \"$(
9494
sesh list | fzf-tmux -p 55%,60% \
95-
--no-sort --border-label ' sesh ' --prompt '' \
95+
--no-sort --ansi --border-label ' sesh ' --prompt '' \
9696
--header ' ^a all ^t tmux ^g configs ^x zoxide ^d tmux kill ^f find' \
9797
--bind 'tab:down,btab:up' \
9898
--bind 'ctrl-a:change-prompt(⚡ )+reload(sesh list)' \

0 commit comments

Comments
 (0)