{"id":13898625,"url":"https://github.com/machakann/vim-masquerade","last_synced_at":"2025-07-29T23:13:01.330Z","repository":{"id":71480268,"uuid":"118316344","full_name":"machakann/vim-masquerade","owner":"machakann","description":"Tools to edit multiple selections","archived":false,"fork":false,"pushed_at":"2018-03-08T13:13:59.000Z","size":49,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-09T03:45:58.033Z","etag":null,"topics":["vim","vim-plugin"],"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/machakann.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,"zenodo":null}},"created_at":"2018-01-21T08:10:33.000Z","updated_at":"2025-02-05T08:33:53.000Z","dependencies_parsed_at":"2023-02-22T21:00:50.808Z","dependency_job_id":null,"html_url":"https://github.com/machakann/vim-masquerade","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/machakann/vim-masquerade","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machakann%2Fvim-masquerade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machakann%2Fvim-masquerade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machakann%2Fvim-masquerade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machakann%2Fvim-masquerade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/machakann","download_url":"https://codeload.github.com/machakann/vim-masquerade/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/machakann%2Fvim-masquerade/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267779062,"owners_count":24143175,"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-07-29T02:00:12.549Z","response_time":2574,"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-plugin"],"created_at":"2024-08-06T18:04:22.891Z","updated_at":"2025-07-29T23:13:01.323Z","avatar_url":"https://github.com/machakann.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-masquerade\n\nTools to edit multiple selections\n\n**!!! This is a highly experimental plugin. Its behavior might be changed a lot for future. !!!**\n\n# Dependency\n\n- Vim 8.0 or higher\n- [vim-multiselect](https://github.com/machakann/vim-multiselect)\n\n# Introduction\n*masquerade.vim* provides wrapped operators to work with *multiselect.vim*. These operators edit texts as repeating sets of visual selection and calling an original operator for each multi-selected regions.\n\nThis plugin does not provide any default keymappings. Choose what you need from the following list.\n\n```vim\nnmap y \u003cPlug\u003e(masquerade-y)\nxmap y \u003cPlug\u003e(masquerade-y)\n\nnmap Y \u003cPlug\u003e(masquerade-Y)\nxmap Y \u003cPlug\u003e(masquerade-Y)\n\nmap d \u003cPlug\u003e(masquerade-d)\n\nnmap D \u003cPlug\u003e(masquerade-D)\nxmap D \u003cPlug\u003e(masquerade-D)\n\nnmap x \u003cPlug\u003e(masquerade-x)\nxmap x \u003cPlug\u003e(masquerade-x)\n\nnmap X \u003cPlug\u003e(masquerade-X)\nxmap X \u003cPlug\u003e(masquerade-X)\n\nmap c \u003cPlug\u003e(masquerade-c)\n\nnmap C \u003cPlug\u003e(masquerade-C)\nxmap C \u003cPlug\u003e(masquerade-C)\n\nnmap s \u003cPlug\u003e(masquerade-s)\nxmap s \u003cPlug\u003e(masquerade-s)\n\nnmap S \u003cPlug\u003e(masquerade-S)\nxmap S \u003cPlug\u003e(masquerade-S)\n\nnmap p \u003cPlug\u003e(masquerade-p)\nxmap p \u003cPlug\u003e(masquerade-p)\n\nnmap P \u003cPlug\u003e(masquerade-P)\nxmap P \u003cPlug\u003e(masquerade-P)\n\nnmap i \u003cPlug\u003e(masquerade-i)\nxmap I \u003cPlug\u003e(masquerade-i)\n\nnmap a \u003cPlug\u003e(masquerade-a)\nnmap A \u003cPlug\u003e(masquerade-a)\n\nmap \u003c \u003cPlug\u003e(masquerade-\u003c)\nmap \u003e \u003cPlug\u003e(masquerade-\u003e)\n\nmap g~ \u003cPlug\u003e(masquerade-g~)\nnmap ~ \u003cPlug\u003e(masquerade-~)\nxmap ~ \u003cPlug\u003e(masquerade-~)\n\nmap gu \u003cPlug\u003e(masquerade-gu)\nmap gU \u003cPlug\u003e(masquerade-gU)\n\nmap g? \u003cPlug\u003e(masquerade-g?)\n\nmap gq \u003cPlug\u003e(masquerade-gq)\nmap gw \u003cPlug\u003e(masquerade-gw)\n\nmap = \u003cPlug\u003e(masquerade-=)\n\nmap ! \u003cPlug\u003e(masquerade-!)\n```\n\n# Demo\n\n![masquerade demo](https://imgur.com/SZ4624O.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachakann%2Fvim-masquerade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmachakann%2Fvim-masquerade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmachakann%2Fvim-masquerade/lists"}