laktak / extrakto

extrakto for tmux - quickly select, copy/insert/complete text without a mouse
MIT License
878 stars 45 forks source link

Stopped working #71

Closed seqizz closed 3 years ago

seqizz commented 3 years ago

Hi, thanks for this plugin.

Recently the plugin stopped working (nothing happens after ctrl-b anymore). I can't remember changing something, except regular system updates. I'm not sure how can I supply information to debug this though. Installed via tpm:

Bash: GNU bash, version 4.4.23(1)-release (x86_64-unknown-linux-gnu) Tmux: tmux 3.1c Fzf: 0.22.0

laktak commented 3 years ago

run tmux list-keys|grep extrakto

You should see an entry like:

bind-key    -T prefix       Tab                  run-shell "\"/home/spark/.tools/pkg/tmux-extrakto/scripts/open.sh\" \"#{pane_id}\""

Please attach your tmux.conf and I'll check if I can find anything.

seqizz commented 3 years ago

It didn't show anything, meaning my environment was fubar. I've just wiped my plugins folder and re-installed all. Looks like I somehow lost executable bit on some scripts of tpm. Sorry for the noise and thanks again.

betoharres commented 1 year ago

same thing happened to me so I had to reinstall my plugins to make it work again