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
This cannot be solved until Neovim's extmark API allows for setting the labels per-window instead of per-buffer. See also: ggandor/lightspeed.nvim#142.
ggandor
changed the title
cross-window search can not jump to other window, if same buffer opened multiple times
Per-window labels
Feb 17, 2023
This disagrees with many sections of
Why is this method cool?
as the default does not work (cursor is stuck in current window).I think one has to use vimscript to get the wininfo, so I am not sure if this is feasible: https://www.reddit.com/r/neovim/comments/v6n0cm/comment/ibghs61/?utm_source=share&utm_medium=web2x&context=3
:h wingetinfo(winid)
.Aside, many thanks for this plugin. It is a pleasure to use.
The text was updated successfully, but these errors were encountered: