aserowy / tmux.nvim

tmux integration for nvim features pane movement and resizing from within nvim.
MIT License
655 stars 41 forks source link

nvim very laggy when pressing and holding find match motion (%) and clip_sync is true #119

Open ymnejmi opened 6 months ago

ymnejmi commented 6 months ago

I'm pretty sure this materializes in all kinds of others uses, since it seems there's some expensive operation triggering unintentionally more than it should.

I tried to sift through the copy code but I wouldn't say I'm really familiar with neither tmux's clipboard implementation nor what the copy_sync actually does, so I just disabled it on my end.

copy_sync_false: copy_sync_false copy_sync_true: copy_sync_true

samodostal commented 1 week ago

Thanks, I experience the same slowdown, also for entering command mode via ':'. For now copy_sync should be definitely disabled.