You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open a list window by triggering <Plug>(coc-references-used) and press the enter key on an item, the buffer jumps to the line corresponding to the reference. But the problem is that the line may be folded and I have to press zv explicitly. I checked the doc about customizing list mappings but couldn't figure it out.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I open a list window by triggering
<Plug>(coc-references-used)
and press the enter key on an item, the buffer jumps to the line corresponding to the reference. But the problem is that the line may be folded and I have to presszv
explicitly. I checked the doc about customizing list mappings but couldn't figure it out.Beta Was this translation helpful? Give feedback.
All reactions