{"id":19600988,"url":"https://github.com/mieubrisse/vim-bubble","last_synced_at":"2026-04-24T12:04:04.259Z","repository":{"id":153283023,"uuid":"628783476","full_name":"mieubrisse/vim-bubble","owner":"mieubrisse","description":"A BubbleTea component for emulating a Vim buffer","archived":false,"fork":false,"pushed_at":"2023-04-23T14:41:32.000Z","size":77,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-25T03:24:02.413Z","etag":null,"topics":["bubbletea","vim"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mieubrisse.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,"publiccode":null,"codemeta":null}},"created_at":"2023-04-17T01:12:25.000Z","updated_at":"2025-12-08T16:32:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"110fe52c-18fb-454e-bfa6-8f1ba061babf","html_url":"https://github.com/mieubrisse/vim-bubble","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mieubrisse/vim-bubble","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mieubrisse%2Fvim-bubble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mieubrisse%2Fvim-bubble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mieubrisse%2Fvim-bubble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mieubrisse%2Fvim-bubble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mieubrisse","download_url":"https://codeload.github.com/mieubrisse/vim-bubble/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mieubrisse%2Fvim-bubble/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32222483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bubbletea","vim"],"created_at":"2024-11-11T09:16:50.770Z","updated_at":"2026-04-24T12:04:04.254Z","avatar_url":"https://github.com/mieubrisse.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vim Bubble\n==========\n\nThis repository contains a [BubbleTea](https://github.com/charmbracelet/bubbletea) [Bubble](https://github.com/charmbracelet/bubbles) that emulates some common Vim functionality inside of the BubbleTea framework. It is built on a heavily-modified fork of Charm's [textarea Bubble](https://github.com/charmbracelet/bubbles#text-area).\n\nLoom demo video: https://www.loom.com/share/40b389a2e694408aa2b74d1f9b02d1dc\n\nHow to use\n----------\n```bash\ngo get github.com/mieubrisse/vim-bubble\n```\n```go\nvim := vim.New()\n```\n\nFunctionality\n-------------\n### Supported\n- Normal \u0026 insert modes (via `i` and `a`)\n- Common movement commands (`h`, `j`, `k`, `l`, `w`, `e`, `b`, `ge`, `^`, `$`, `0`, `gg`, `G`, etc.)\n- Common editing functionality (`dd`, `cc`, `D`, `C`, `x`, `p`, `o`, `O`, etc.)\n- Undo \u0026 redo (via `u` and `ctrl+r`)\n\n### Not supported but probably will\n- GIF to demo this\n- Numbered-repeat (e.g. `20j`, `10g`)\n- `t`,`f`,`;`,`,`\n- Visual mode\n- Page up/down\n- Different stylings on the UI elements\n\n### Not supported \u0026 not planning (PRs welcome)\n- Registers\n- Little vs big word distinction\n- `%` for jump-to-matching support\n- `zz`\n- `H`, `M`, `L`\n\nWhy?\n----\nI needed a text area for a BubbleTea app I was building, and I wasn't happy with the limited, emacs-like bindings on the default textarea. Hopefully this is useful for other Vim nerds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmieubrisse%2Fvim-bubble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmieubrisse%2Fvim-bubble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmieubrisse%2Fvim-bubble/lists"}