sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!
MIT License
931 stars 51 forks source link

`keybinding` gives empty list #42

Open theutz opened 3 years ago

theutz commented 3 years ago

This plugin is awesome! I'm using it on my Mac with ZSH, and almost everything works exactly as it's supposed to.

However, when I choose the keybinding option, the list is empty. I thought maybe it was a mismatch between Linux & Mac's version's of sed, but even using gnu-sed it didn't work.

Do you have any ideas what might cause this?

Screen Shot 2021-06-09 at 16 07 41
sainnhe commented 3 years ago

I can't reproduce, does it work if you directly run tmux list-keys | fzf?

The command sed '1i [cancel]' is used to insert a new line [cancel] in the first line.