tmux-plugins / tmux-copycat

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

copy-cat break my C-j shortcut #62

Closed MrJJJ closed 9 years ago

MrJJJ commented 9 years ago

I've got my tmux.conf set with : bind-key -n C-j select-pane -t :.+ bind-key -n C-k select-pane -t :.-

The problem is that after using copycat for the first time (after sourcing my tmux.conf), the C-j shortcut is broken (it simulates an press). C-k still works prefectly.

bruno- commented 9 years ago

Hi, can you please check this issue #60 and see if the fix proposed there works for you. We'll probably have to do something about this though as this is the third report for the same issue.

MrJJJ commented 9 years ago

It works perfectly. Thanks very much for your help and this amazing plugin !

bruno- commented 9 years ago

Cool, glad that solved the problem!