Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Unhighlight search when close minimap #21

Open
damanis opened this issue Mar 26, 2023 · 1 comment
Open

Unhighlight search when close minimap #21

damanis opened this issue Mar 26, 2023 · 1 comment

Comments

@damanis
Copy link

damanis commented Mar 26, 2023

Feature request.
After search in neo-minimap window (with /), the found item is highlighted. It left highlighted after it selected and minimap closed.
Please add option (or hard-coded) to hide the highlight. Something like this:

	vim.keymap.set("n", "<CR>", function()
		jump_and_zz(line_data, opts)
+		vim.cmd([[nohlsearch]], false)
		vim.api.nvim_win_close(win, true)
@ziontee113
Copy link
Owner

Hi @damanis , this feature is implemented at eba4b2e, please update your plugin to receive the change.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants