feat: refresh action also clears search highlight (#228)
This commit is contained in:
parent
58340545c6
commit
82834573bb
1 changed files with 3 additions and 0 deletions
|
|
@ -224,6 +224,9 @@ M.refresh = {
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
vim.cmd.edit({ bang = true })
|
vim.cmd.edit({ bang = true })
|
||||||
|
|
||||||
|
-- :h CTRL-L-default
|
||||||
|
vim.cmd.nohlsearch()
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue