{"id":19134652,"url":"https://github.com/eikendev/vim-textobj-names","last_synced_at":"2025-11-13T01:02:04.780Z","repository":{"id":107533153,"uuid":"179764326","full_name":"eikendev/vim-textobj-names","owner":"eikendev","description":"Text objects for source code names in Vim","archived":false,"fork":false,"pushed_at":"2019-12-25T11:50:29.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T17:49:02.987Z","etag":null,"topics":["vim","vim-plugins","vim-textobj-user"],"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/eikendev.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":"2019-04-05T22:48:02.000Z","updated_at":"2021-07-23T23:11:44.000Z","dependencies_parsed_at":"2023-05-17T16:45:16.069Z","dependency_job_id":null,"html_url":"https://github.com/eikendev/vim-textobj-names","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eikendev/vim-textobj-names","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fvim-textobj-names","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fvim-textobj-names/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fvim-textobj-names/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fvim-textobj-names/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eikendev","download_url":"https://codeload.github.com/eikendev/vim-textobj-names/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eikendev%2Fvim-textobj-names/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284134778,"owners_count":26953118,"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","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["vim","vim-plugins","vim-textobj-user"],"created_at":"2024-11-09T06:27:38.344Z","updated_at":"2025-11-13T01:02:04.762Z","avatar_url":"https://github.com/eikendev.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"Usage\n-----\n\nThe textobj-names plugin provides a few new text-objects for working with names in source code.\nYou can use them when you have to deal with names that are separated by delimiters like `-`, `_`, `/`, `@` or `#`.\n\nHere is an example for a situation this plugin might help you in.\nIn your source code, you have a variable name like `my-old-name`.\nLet's suppose you have to change `old` to `new` and want to get rid of the dashes (\\| for cursor position).\nUsing this plugin, you can do the following.\n`my-o|ld-name` and type `ca-` to get `my|name` from where you can insert `new`.\n\nSimilarly, the name could have been `my/old/name` or `my_old_name`, in which case you would have to type `ca/` or `ca_` respectively.\n\nThe plugin is able to handle consecutive delimiters as well.\nThat means, transforming the variable name `my__variable__name` into `myname` can be done via one simple `da_`.\n\nInstallation\n------------\n\nThe plugin depends on the awesome [vim-textobj-user](https://github.com/kana/vim-textobj-user) by [kana](https://github.com/kana).\nYou need to install it in order to use this plugin.\n\n### Plug\n```\nPlug 'kana/vim-textobj-user'\nPlug 'eikendev/vim-textobj-names'\n```\n### Vundle\n```\nPlugin 'kana/vim-textobj-user'\nPlugin 'eikendev/vim-textobj-names'\n```\n### NeoBundle\n```\nNeoBundle 'kana/vim-textobj-user'\nNeoBundle 'eikendev/vim-textobj-names'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikendev%2Fvim-textobj-names","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feikendev%2Fvim-textobj-names","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feikendev%2Fvim-textobj-names/lists"}