tmux-plugins / tmux-copycat

A plugin that enhances tmux search
MIT License
1.11k stars 63 forks source link

n/N bindings on window 6, pane 1 #130

Open Boruch-Baum opened 6 years ago

Boruch-Baum commented 6 years ago

The following error is persistent and static for me only for pane 1 of window 6, no matter how I manipulate the panes or windows, ie. if I move the pane or window, the error does not follow it in its new location, and if I destroy (kill) a pane, any other pane that moves into its position assumes the error.

Now to the juicy part - the actual error:

Pressing 'n' or 'N' at any time, in any context, invokes the plugin.

Boruch-Baum commented 6 years ago

Here's the relevant version information: tmux 2.7-1+b1 (debian package), and I just now performed an update with the TPM (prefix+I), which claimed to update everything; however, looking at the git log, the latest commit I have is 57ce423 dated about a year ago, and I see that this repo has newer commits. My tpm config for this plugin is set -g @plugin 'tmux-plugins/tmux-copycat' which is what the README.md says it should be ...