mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-28 01:03:59 +00:00
Compare commits
2 Commits
1b976fa754
...
d4f8aee661
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4f8aee661 | ||
|
|
3ad0d61c1a |
2
init.lua
2
init.lua
@ -205,7 +205,7 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
|
||||
|
||||
-- Highlight when yanking (copying) text
|
||||
-- Try it with `yap` in normal mode
|
||||
-- See `:help vim.highlight.on_yank()`
|
||||
-- See `:help vim.hl.on_yank()`
|
||||
vim.api.nvim_create_autocmd('TextYankPost', {
|
||||
desc = 'Highlight when yanking (copying) text',
|
||||
group = vim.api.nvim_create_augroup('kickstart-highlight-yank', { clear = true }),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user