vim-visual-multi
vim-visual-multi copied to clipboard
Multi-cursor f,F,t,T motions don't work with eyeliner.nvim enabled
Describe the issue: There seems to be a conflict between eyeliner.nvim and vim-visual-multi plugins. When eyeliner is enabled multi-cursor f,F,t,T motions don't work (just one cursor moves).
Steps to reproduce
https://github.com/user-attachments/assets/fbe02a9e-c1a4-4027-b33e-f43ddc8a0cae
- Operating System: Linux 6.10.9-arch1-2
- Vim Version: NVIM v0.10.1
- commit SHA/branch: commit a6975e7/branch master
With @jinh0's help I was able to resolve the conflict. See: this thread