{"id":16070335,"url":"https://github.com/Jorenar/vim-MvVis","last_synced_at":"2025-10-22T15:31:43.599Z","repository":{"id":118046318,"uuid":"315730825","full_name":"Jorenar/vim-MvVis","owner":"Jorenar","description":"Move visually selected text","archived":false,"fork":false,"pushed_at":"2023-12-25T04:33:29.000Z","size":151,"stargazers_count":37,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-04T01:37:12.338Z","etag":null,"topics":["vim","vim-plugin"],"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/Jorenar.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}},"created_at":"2020-11-24T19:20:08.000Z","updated_at":"2025-01-10T04:00:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"dde594b0-dbe7-45c3-9a14-635a8d0c7341","html_url":"https://github.com/Jorenar/vim-MvVis","commit_stats":null,"previous_names":["jorenar/vim-mvvis","jorengarenar/vim-mvvis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jorenar/vim-MvVis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorenar%2Fvim-MvVis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorenar%2Fvim-MvVis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorenar%2Fvim-MvVis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorenar%2Fvim-MvVis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jorenar","download_url":"https://codeload.github.com/Jorenar/vim-MvVis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jorenar%2Fvim-MvVis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280459269,"owners_count":26334304,"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-10-22T02:00:06.515Z","response_time":63,"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-10-09T07:02:10.720Z","updated_at":"2025-10-22T15:31:43.289Z","avatar_url":"https://github.com/Jorenar.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"MvVis\n=====\n\nMove visually selected text\n\n![demo](demo.gif)\n\n## Installation\n\n#### [vim-plug](https://github.com/junegunn/vim-plug):\n```vim\nPlug 'Jorengarenar/vim-MvVis'\n```\n\n#### Vim's packages\n```bash\ncd ~/.vim/pack/plugins/start\ngit clone git://github.com/Jorengarenar/vim-MvVis.git\n```\n\n## Usage\n\nIn visual mode, press \u003ckbd\u003eCTRL\u003c/kbd\u003e and one of directional keys (\u003ckbd\u003eH\u003c/kbd\u003e,\n\u003ckbd\u003eJ\u003c/kbd\u003e, \u003ckbd\u003eK\u003c/kbd\u003e, \u003ckbd\u003eL\u003c/kbd\u003e) to move selected text.\n\nYou can also provide a number of amount of places you want to move it, e.g.\nto move selection three columns to the left press `3\u003cC-h\u003e`.\n\n## Configuration\n\nTo disable default mappings set variable `g:MvVis_mappings` to `0` and define\nyour own, e.g.:\n```vim\nvmap H \u003cPlug\u003e(MvVisLeft)\nvmap J \u003cPlug\u003e(MvVisDown)\nvmap K \u003cPlug\u003e(MvVisUp)\nvmap L \u003cPlug\u003e(MvVisRight)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJorenar%2Fvim-MvVis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJorenar%2Fvim-MvVis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJorenar%2Fvim-MvVis/lists"}