Morantron / tmux-fingers

copy pasting in terminal with vimium/vimperator like hints.
MIT License
1k stars 46 forks source link

tmux server exited unexpectedly after copying with tmux-fingers #129

Closed raphaelmaenle closed 3 weeks ago

raphaelmaenle commented 2 months ago

After updating from ubuntu22.04 to ubuntu24.04 I am experiencing consistent server crashes when using tmux-fingers.;

Steps to reproduce

Log Files

tmux-client-823597.log tmux-out-823599.log tmux-server-823599.log

Minimal Tmux Config:

unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix

set -g @plugin 'Morantron/tmux-fingers'
set -g @fingers-key f

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'

Tmux Version:

tmux 3.3a

Morantron commented 2 months ago

are there any logs in ~/.local/state/tmux-fingers/fingers.log or /tmp/fingers.log ?

Morantron commented 3 weeks ago

Cannot reproduce.