Skip to content

Commit dd31cb4

Browse files
authored
fix(yanky-nvim): Fix typo in command (#1411)
1 parent efa7eba commit dd31cb4

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/editing-support/yanky-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/editing-support/yanky-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ return {
88
opts = {
99
mappings = {
1010
n = {
11-
["<Leader>fy"] = { "<Cmd>YankRingHistory<CR>", desc = "Find yanks" },
11+
["<Leader>fy"] = { "<Cmd>YankyRingHistory<CR>", desc = "Find yanks" },
1212
["y"] = { "<Plug>(YankyYank)", desc = "Yank text" },
1313
["p"] = { "<Plug>(YankyPutAfter)", desc = "Put yanked text after cursor" },
1414
["P"] = { "<Plug>(YankyPutBefore)", desc = "Put yanked text before cursor" },

0 commit comments

Comments
 (0)