{"id":22411234,"url":"https://github.com/kilavila/nvim-yoink","last_synced_at":"2025-10-18T00:05:30.484Z","repository":{"id":226649882,"uuid":"769286421","full_name":"kilavila/nvim-yoink","owner":"kilavila","description":"Simple Neovim plugin to copy and paste text","archived":false,"fork":false,"pushed_at":"2024-03-11T12:50:00.000Z","size":18,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-11T21:27:00.315Z","etag":null,"topics":["lua","neovim-plugin","nvim-lua","nvim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kilavila.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-08T18:21:06.000Z","updated_at":"2024-03-11T12:25:57.000Z","dependencies_parsed_at":"2024-03-10T21:26:41.281Z","dependency_job_id":"e24b1767-13ad-4de0-bf94-0071c4fac2f1","html_url":"https://github.com/kilavila/nvim-yoink","commit_stats":null,"previous_names":["kilavila/nvim-yoink"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilavila%2Fnvim-yoink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilavila%2Fnvim-yoink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilavila%2Fnvim-yoink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kilavila%2Fnvim-yoink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kilavila","download_url":"https://codeload.github.com/kilavila/nvim-yoink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228304080,"owners_count":17898920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","neovim-plugin","nvim-lua","nvim-plugin"],"created_at":"2024-12-05T13:13:25.959Z","updated_at":"2025-10-18T00:05:30.477Z","avatar_url":"https://github.com/kilavila.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-yoink\n\nA very simple plugin to store text you'd like to paste later.\u003cbr\u003e\nRather than jumping back and forth between files, you can just yeet it all into Yoink.\u003cbr\u003e\n\n## Updates\n- Added `:YoinkClear` to easily clear Yoink list\n- Added `:YoinkVisualSave` to Yoink current selection in visual mode\n- Added print messages in functions for better feedback to commands\n\n## Features\n- Add lines to Yoink\n- Copy from Yoink\n- Paste from Yoink\n- Edit Yoink contents\n\n## Installation\nWith [lazy.nvim](https://github.com/folke/lazy.nvim)\n```\n{ \"kilavila/nvim-yoink\" }\n```\n\n## Keymaps\nCopy current line to Yoink with `:YoinkSave` and `:YoinkClear` to clear the list\n\n`:YoinkVisualSave` to Yoink current selection\n\nOpen Yoink window with `:YoinkOpen`\n\nor bind to a key, f.ex:\n```\nnnoremap Y :YoinkSave\u003cCR\u003e\nvnoremap Y :\u003cC-U\u003eYoinkVisualSave\u003cCR\u003e\nnnoremap \u003cleader\u003eY :YoinkOpen\u003cCR\u003e\nnnoremap \u003cleader\u003eDY :YoinkClear\u003cCR\u003e\n```\n\nKeybinds to use in Yoink window\n```\nEscape = Close window\nEnter  = Paste current line\nyy     = Yank current line\nY      = Yank all lines\n```\n\nWant to delete a file from the list? Use `dd` like in any other buffer\n\n## Commands\n```\nYoinkOpen\nYoinkSave\nYoinkVisualSave\nYoinkClear\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilavila%2Fnvim-yoink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkilavila%2Fnvim-yoink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkilavila%2Fnvim-yoink/lists"}