Fixing readme

This commit is contained in:
2026-02-01 21:00:06 -05:00
parent dc86d0eafc
commit b867c6134a
5 changed files with 40 additions and 21 deletions

View File

@@ -36,8 +36,6 @@ return {
{ "P", "<Plug>(YankyPutBefore)", mode = { "n", "x" }, desc = "Put before" },
{ "gp", "<Plug>(YankyGPutAfter)", mode = { "n", "x" }, desc = "GPut after" },
{ "gP", "<Plug>(YankyGPutBefore)", mode = { "n", "x" }, desc = "GPut before" },
{ "<c-p>", "<Plug>(YankyPreviousEntry)", desc = "Previous yank" },
{ "<c-n>", "<Plug>(YankyNextEntry)", desc = "Next yank" },
{ "]p", "<Plug>(YankyPutIndentAfterLinewise)", desc = "Put indented after" },
{ "[p", "<Plug>(YankyPutIndentBeforeLinewise)", desc = "Put indented before" },
{ "<leader>yh", "<cmd>YankyRingHistory<cr>", desc = "Yank history" },