fcsonline/tmux-thumbs

<prefix>-SPACE still activates plugin after @thumbs-key set

Closed this issue · 5 comments

Sometimes, probably a lot of the time, but not all of the time, the default <prefix>-SPACE binding still activates the plugin (along with the key that is set).

I have set it like set -g @thumbs-key '#'.

At the moment on my local laptop I have this problem but not on a remote server which has the same tmux configuration. I'm will see if this is always the case and try and find the pattern to this intermittent problem.

I'm using v0.8.0, this didn't work:

set -g @thumbs-key '#'

But, this way it worked:

bind-key '#' thumbs-pick

edit:
for me it is working, I put the set -g before the run-shell ... line

What run-shell... line?

Oh, okay. I don't think I have this problem any more, but I don't remember how it was fixed.