{"id":2440871,"url":"https://github.com/s1n7ax/nvim-lazy-inner-block","last_synced_at":"2026-05-18T19:09:17.886Z","repository":{"id":114764430,"uuid":"390462516","full_name":"s1n7ax/nvim-lazy-inner-block","owner":"s1n7ax","description":"Remap inner block operations without letter i","archived":false,"fork":false,"pushed_at":"2024-08-04T14:48:28.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-08-10T15:40:14.852Z","etag":null,"topics":["lua","neovim","neovim-plugin","nvim","operators","plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/s1n7ax.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":"2021-07-28T18:33:05.000Z","updated_at":"2024-08-04T14:48:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"b03dd21a-c106-495e-890d-0ef7f9e344ae","html_url":"https://github.com/s1n7ax/nvim-lazy-inner-block","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1n7ax%2Fnvim-lazy-inner-block","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1n7ax%2Fnvim-lazy-inner-block/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1n7ax%2Fnvim-lazy-inner-block/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s1n7ax%2Fnvim-lazy-inner-block/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s1n7ax","download_url":"https://codeload.github.com/s1n7ax/nvim-lazy-inner-block/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227212073,"owners_count":17748810,"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":["lua","neovim","neovim-plugin","nvim","operators","plugin"],"created_at":"2024-01-24T13:56:23.819Z","updated_at":"2025-09-28T20:32:08.057Z","avatar_url":"https://github.com/s1n7ax.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# nvim-lazy-inner-block\n\nMaps `d`, `c`, `y`, `v` operator inside block operations directly to block characters.\n\nfor example to delete inside `()` usually you would use `di(`but this plugin\nremaps it to `d(`.\n\nFollowing are the new mappings\n\nhere `_` is one of `d`, `c`, `y`, `v` operators\n\n| Previous bind | New bind |\n| ------------- | -------- |\n| `_i(`         | `_(`     |\n| `_i)`         | `_)`     |\n| `_i{`         | `_{`     |\n| `_i}`         | `_}`     |\n| `_i[`         | `_[`     |\n| `_i]`         | `_]`     |\n| `_i\u003e`         | `_\u003e`     |\n| `_i'`         | `_'`     |\n| `_i\"`         | `_\"`     |\n| ``_i` ``      | ``_` ``  \n\n## Install\n\n### Packer\n\n```lua\nuse {\n    's1n7ax/nvim-lazy-inner-block',\n    config = function()\n        require('nvim-lary-inner-block').setup()\n    end\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs1n7ax%2Fnvim-lazy-inner-block","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs1n7ax%2Fnvim-lazy-inner-block","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs1n7ax%2Fnvim-lazy-inner-block/lists"}