mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(yanky): Enable yank history in visual mode too
Being able to select from the yank history is useful if you want to paste over something else by first selecting the stuff you want to remove in visual mode.
This commit is contained in:
parent
45af7e1fed
commit
5bc78c444f
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ return {
|
||||||
vim.cmd([[YankyRingHistory]])
|
vim.cmd([[YankyRingHistory]])
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
|
mode = { "n", "x" },
|
||||||
desc = "Open Yank History",
|
desc = "Open Yank History",
|
||||||
},
|
},
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue