{"id":15436460,"url":"https://github.com/julian/vim-textobj-variable-segment","last_synced_at":"2025-04-13T09:50:35.203Z","repository":{"id":10106106,"uuid":"12170412","full_name":"Julian/vim-textobj-variable-segment","owner":"Julian","description":"A text object to turn foo_bar_baz into foo_baz *and* quuxSpamEggs into quuxEggs *and* shine your shoes","archived":false,"fork":false,"pushed_at":"2024-09-06T19:10:26.000Z","size":31,"stargazers_count":160,"open_issues_count":4,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-27T01:12:00.189Z","etag":null,"topics":["neovim","neovim-plugin","text-object","vim","vim-plugin","vim-textobj-user","vim-textobject"],"latest_commit_sha":null,"homepage":"","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/Julian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2013-08-16T23:31:21.000Z","updated_at":"2025-03-11T16:31:05.000Z","dependencies_parsed_at":"2024-10-30T07:20:40.286Z","dependency_job_id":null,"html_url":"https://github.com/Julian/vim-textobj-variable-segment","commit_stats":{"total_commits":31,"total_committers":5,"mean_commits":6.2,"dds":"0.16129032258064513","last_synced_commit":"12e07590db6c90586ae5b750d6123c0779f6b35b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julian%2Fvim-textobj-variable-segment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julian%2Fvim-textobj-variable-segment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julian%2Fvim-textobj-variable-segment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julian%2Fvim-textobj-variable-segment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Julian","download_url":"https://codeload.github.com/Julian/vim-textobj-variable-segment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695264,"owners_count":21146952,"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":["neovim","neovim-plugin","text-object","vim","vim-plugin","vim-textobj-user","vim-textobject"],"created_at":"2024-10-01T18:50:48.783Z","updated_at":"2025-04-13T09:50:35.174Z","avatar_url":"https://github.com/Julian.png","language":"Vim Script","readme":"# vim-textobj-variable-segment\n\nA vim plugin providing a single text object (on `iv` and `av`) for\nvariable segments. A variable segment is defined to be a substring in\nany identifier character followed by an underscore (\"snake case\") or\na lowercase identifier character followed by an uppercase character\n(\"camel case\").\n\nE.g.:\n\n    foo_ba|r_baz    -\u003e civquux -\u003e foo_quux_baz\n    QU|UX_SPAM      -\u003e civLOTS_OF -\u003e LOTS_OF_SPAM\n    eggsAn|dCheese  -\u003e civOr -\u003e eggsOrCheese\n    _privat|e_thing -\u003e civone -\u003e _one_thing\n\n    foo_ba|r_baz    -\u003e dav -\u003e foo_baz\n    QU|UX_SPAM      -\u003e dav -\u003e SPAM\n    eggsAn|dCheese  -\u003e dav -\u003e eggsCheese\n    _privat|e_thing -\u003e dav -\u003e _thing\n\nIt will also preserve case for small camels when initial segments are deleted\n(with `av`):\n\n    _g|etJiggyYo   -\u003e dav -\u003e _jiggyYo\n\nRequires [vim-textobj-user](https://github.com/kana/vim-textobj-user).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian%2Fvim-textobj-variable-segment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulian%2Fvim-textobj-variable-segment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian%2Fvim-textobj-variable-segment/lists"}