aboutsummaryrefslogtreecommitdiff
path: root/autocommands.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autocommands.vim')
-rw-r--r--autocommands.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autocommands.vim b/autocommands.vim
index 1a40a0f..c8e80ff 100644
--- a/autocommands.vim
+++ b/autocommands.vim
@@ -60,6 +60,6 @@ augroup END
" highlight yanked region, see `:h lua-highlight`
augroup highlight_yank
autocmd!
- au TextYankPost * silent! lua vim.highlight.on_yank{higroup="IncSearch", timeout=700}
+ au TextYankPost * silent! lua vim.highlight.on_yank{higroup="Search", timeout=700}
augroup END
"}