sainnhe/tmux-fzf

`keybinding` gives empty list

theutz opened this issue · 1 comments

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

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.