We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa7eba commit dd31cb4Copy full SHA for dd31cb4
lua/astrocommunity/editing-support/yanky-nvim/init.lua
@@ -8,7 +8,7 @@ return {
8
opts = {
9
mappings = {
10
n = {
11
- ["<Leader>fy"] = { "<Cmd>YankRingHistory<CR>", desc = "Find yanks" },
+ ["<Leader>fy"] = { "<Cmd>YankyRingHistory<CR>", desc = "Find yanks" },
12
["y"] = { "<Plug>(YankyYank)", desc = "Yank text" },
13
["p"] = { "<Plug>(YankyPutAfter)", desc = "Put yanked text after cursor" },
14
["P"] = { "<Plug>(YankyPutBefore)", desc = "Put yanked text before cursor" },
0 commit comments