{"id":21726640,"url":"https://github.com/pchynoweth/vim-namespace-obj","last_synced_at":"2026-05-20T10:36:27.166Z","repository":{"id":104334582,"uuid":"87707271","full_name":"pchynoweth/vim-namespace-obj","owner":"pchynoweth","description":"A simple namespace text object for vim","archived":false,"fork":false,"pushed_at":"2017-04-23T20:01:19.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T19:42:01.118Z","etag":null,"topics":["vim","vim-plugins"],"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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pchynoweth.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":"2017-04-09T12:37:19.000Z","updated_at":"2019-10-05T17:24:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"829bd005-55ec-4fed-bc42-77d1fb25497d","html_url":"https://github.com/pchynoweth/vim-namespace-obj","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchynoweth%2Fvim-namespace-obj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchynoweth%2Fvim-namespace-obj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchynoweth%2Fvim-namespace-obj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pchynoweth%2Fvim-namespace-obj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pchynoweth","download_url":"https://codeload.github.com/pchynoweth/vim-namespace-obj/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244706537,"owners_count":20496571,"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":["vim","vim-plugins"],"created_at":"2024-11-26T03:38:42.065Z","updated_at":"2026-05-20T10:36:22.138Z","avatar_url":"https://github.com/pchynoweth.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"vim-namespace-obj\n=================\n\n[![Build Status](https://travis-ci.org/pchynoweth/vim-namespace-obj.svg?branch=master)](https://travis-ci.org/pchynoweth/vim-namespace-obj)\n\nDescription\n-----------\nI wrote this plugin to fulfill a specific requirement I have to change or remove\nnamespace-like text objects from C++ files.  By this I mean names separated by a\ndouble colon ('::').\n\nThe motion should be fully repeatable using the '.' (dot) operator (requires vim \u003e=8.0).\n\nUsage\n-----\nBy default this plugin will not create any key mappings.  You can opt for the\ndefault mappings by adding the following to your vimrc:\n\n```vim\nlet g:vim_namespace_obj_map_keys = 1\n```\n\nThe default mapping are:\n* an - Select a namespace\n* in - Select inner namespace\n\nAlternatively you can create your own mappings as follows:\n\n```vim\nomap \u003csilent\u003ean \u003cPlug\u003eSelectANamespace\nomap \u003csilent\u003ein \u003cPlug\u003eSelectInnerNamespace\nvmap \u003csilent\u003ean \u003cPlug\u003eSelectANamespace\nvmap \u003csilent\u003ein \u003cPlug\u003eSelectInnerNamespace\n```\n\nInstallation\n------------\nIf you're using [Vundle](https://github.com/VundleVim/Vundle.vim),\njust add `Plugin 'pchynoweth/vim-namespace-obj'` to your .vimrc and run `:PluginInstall`.\n\nIf you're using [vim-plug](https://github.com/junegunn/vim-plug),\njust add `Plug 'pchynoweth/vim-namespace-obj'` to your .vimrc and run `:PlugInstall`.\n\nIf you're using [pathogen](https://github.com/tpope/vim-pathogen),\nadd this repo to your bundle directory.\n\nLicense\n-------\nThis project is licensed under the LGPL v3 - see the [LICENSE](LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchynoweth%2Fvim-namespace-obj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpchynoweth%2Fvim-namespace-obj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpchynoweth%2Fvim-namespace-obj/lists"}