Update .config/nvim/lazy-lock.json
Update .config/nvim/lua/plugin/10_hop.lua Update .config/nvim/lua/plugin/35_yanky.lua
This commit is contained in:
parent
b0e03a69ed
commit
0139ededce
3 changed files with 9 additions and 8 deletions
|
|
@ -5,14 +5,15 @@ return {
|
|||
{ "y", "<Plug>(YankyYank)" },
|
||||
{ "p", "<Plug>(YankyPutAfter)", mode = { "n", "x" } },
|
||||
{ "P", "<Plug>(YankyPutBefore)", mode = { "n", "x" } },
|
||||
{ "[p", "<Plug>(YankyPutIndentBeforeLinewise)", mode = "n" },
|
||||
{ "]p", "<Plug>(YankyPutIndentAfterLinewise)", mode = "n" },
|
||||
{ ">p", "<Plug>(YankyPutIndentAfterShiftRight)", mode = "n" },
|
||||
{ ">P", "<Plug>(YankyPutIndentBeforeShiftRight)", mode = "n" },
|
||||
{ "<p", "<Plug>(YankyPutIndentAfterShiftLeft)", mode = "n" },
|
||||
{ "<P", "<Plug>(YankyPutIndentBeforeShiftLeft)", mode = "n" },
|
||||
{ "[p", "<Plug>(YankyPutIndentBeforeLinewise)", mode = { "n", "x" } },
|
||||
{ "]p", "<Plug>(YankyPutIndentAfterLinewise)", mode = { "n", "x" } },
|
||||
{ ">p", "<Plug>(YankyPutIndentAfterShiftRight)", mode = { "n", "x" } },
|
||||
{ ">P", "<Plug>(YankyPutIndentBeforeShiftRight)", mode = { "n", "x" } },
|
||||
{ "<p", "<Plug>(YankyPutIndentAfterShiftLeft)", mode = { "n", "x" } },
|
||||
{ "<P", "<Plug>(YankyPutIndentBeforeShiftLeft)", mode = { "n", "x" } },
|
||||
{ "<c-p>", "<Plug>(YankyPreviousEntry)", mode = "n" },
|
||||
{ "<c-n>", "<Plug>(YankyNextEntry)", mode = "n" },
|
||||
{ "<leader>fy", "<Cmd>YankyRingHistory<CR>", mode = { "n", "x" } },
|
||||
},
|
||||
opts = {
|
||||
preserve_cursor_position = { enabled = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue