Skip to content

Commit c54a43c

Browse files
gbprodgithub-actions[bot]
authored andcommitted
chore: auto generate docs
1 parent f2da948 commit c54a43c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

β€Ždoc/yanky.txtβ€Ž

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Table of Contents *yanky-table-of-contents*
1616
- 🎨 Colors |yanky-πŸƒ-yanky.nvim-🎨-colors|
1717
- 🀝 Integrations |yanky-πŸƒ-yanky.nvim-🀝-integrations|
1818
- ↩️ Special put |yanky-πŸƒ-yanky.nvim-↩️-special-put|
19+
- Text object |yanky-πŸƒ-yanky.nvim-text-object|
1920
- πŸŽ‰ Credits |yanky-πŸƒ-yanky.nvim-πŸŽ‰-credits|
2021

2122
==============================================================================
@@ -41,6 +42,7 @@ Or in English:
4142
- |yanky-highlight-put-and-yanked-text|
4243
- |yanky-perserve-cursor-position-on-yank|
4344
- |yanky-special-put|
45+
- |yanky-text-object| (EXPERIMENTAL)
4446

4547

4648
⚑️ REQUIREMENTS *yanky-πŸƒ-yanky.nvim-⚑️-requirements*
@@ -710,6 +712,20 @@ All special puts ~
710712
<
711713

712714

715+
TEXT OBJECT *yanky-πŸƒ-yanky.nvim-text-object*
716+
717+
_This is experimental, please, report any issue._
718+
719+
Yanky comes with a text object corresponding to last put text. To use it, you
720+
have to set a keymap:
721+
722+
>lua
723+
vim.keymap.set({ "o", "x" }, "lp", function()
724+
require("yanky.textobj").last_put()
725+
end, {})
726+
<
727+
728+
713729
πŸŽ‰ CREDITS *yanky-πŸƒ-yanky.nvim-πŸŽ‰-credits*
714730

715731
This plugin is mostly a lua version of svermeulen/vim-yoink

0 commit comments

Comments
Β (0)