{"id":18584607,"url":"https://github.com/ckath/vimxclip","last_synced_at":"2025-07-17T07:36:01.405Z","repository":{"id":131170757,"uuid":"147007769","full_name":"Ckath/vimxclip","owner":"Ckath","description":"clipboard support without the need for +clipboard through xclip, kinda","archived":false,"fork":false,"pushed_at":"2018-09-01T15:02:53.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T05:37:52.298Z","etag":null,"topics":["clipboard","vim","vim-plugin","xclip"],"latest_commit_sha":null,"homepage":null,"language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ckath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2018-09-01T15:00:24.000Z","updated_at":"2021-03-22T21:46:37.000Z","dependencies_parsed_at":"2023-03-24T08:04:44.099Z","dependency_job_id":null,"html_url":"https://github.com/Ckath/vimxclip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ckath/vimxclip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ckath%2Fvimxclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ckath%2Fvimxclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ckath%2Fvimxclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ckath%2Fvimxclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ckath","download_url":"https://codeload.github.com/Ckath/vimxclip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ckath%2Fvimxclip/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265577953,"owners_count":23791268,"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":["clipboard","vim","vim-plugin","xclip"],"created_at":"2024-11-07T00:28:09.423Z","updated_at":"2025-07-17T07:36:01.379Z","avatar_url":"https://github.com/Ckath.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vimxclip\nclipboard support without the need for +clipboard through xclip, kinda\n- copy text to your system clipboard by yanking into the x register\n- automatically synced with system clipboard on focus(if FocusGained works, which it probably won't)\n- only depends on xclip, no need for +clipboard in your vim\n\nmade solely because I did not feel like installing more packages to get a vim with +clipboard support on Arch Linux\n\n## workarounds\nsince the focus event probably isn't working and your system clipboard won't be synced to your x register automatically, you might want to make a paste command along the lines of this:\n\n`nnoremap \u003cleader\u003ep :call GetClip()\u003cCR\u003e\"xp`\n\nthis sets the x register to whatever is in your system clipboard(xclip -o -selection clipboard) before pasting into vim. you can of course also map `:call GetClip()\u003cCR\u003e` to a separate key combo and later paste it through whatever other binds you have, or the default `\"xp`.\n\n## notes\n- only ever tested in vim\n- I personally don't use gvim\n- non of the terminal emulators I have tested have had working FocusGained, your mileage may vary\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckath%2Fvimxclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckath%2Fvimxclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckath%2Fvimxclip/lists"}