{"id":16586919,"url":"https://github.com/tjdevries/fold_search.vim","last_synced_at":"2026-03-09T17:08:31.962Z","repository":{"id":96938909,"uuid":"101824619","full_name":"tjdevries/fold_search.vim","owner":"tjdevries","description":"Fold around searches","archived":false,"fork":false,"pushed_at":"2017-09-19T13:02:30.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T19:26:49.571Z","etag":null,"topics":[],"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/tjdevries.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-08-30T01:41:26.000Z","updated_at":"2023-04-22T16:50:10.000Z","dependencies_parsed_at":"2023-12-24T14:00:20.845Z","dependency_job_id":null,"html_url":"https://github.com/tjdevries/fold_search.vim","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/tjdevries%2Ffold_search.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjdevries%2Ffold_search.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjdevries%2Ffold_search.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tjdevries%2Ffold_search.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tjdevries","download_url":"https://codeload.github.com/tjdevries/fold_search.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242171481,"owners_count":20083557,"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":[],"created_at":"2024-10-11T22:52:52.307Z","updated_at":"2026-03-09T17:08:26.933Z","avatar_url":"https://github.com/tjdevries.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fold_search.vim\n\nOnly see what you're searching for! :)\n\nJust search the normal way you would, then type `zz`.\n\n## Installation\n\n```vim\ncall plug#begin()\n\n\" Used for cleanier code and reusable functions\nPlug 'tjdevries/standard.vim'\n\" Used for configuration and generating menus/documentation\nPlug 'tjdevries/conf.vim'\n\" The plugin you'd like to use :)\nPlug 'tjdevries/fold_search.vim'\n\ncall plug#end()\n```\n\n## Usage\n\nAs mentioned before, trying searching for something. If you want to see only the lines that contain a match (as well as lines in the surrounding `context` (a configurable value of how many lines to show, defaulted to 1), type `zz`.\n\nYou'll then see something like this:\n\n![Example Fold](./media/ExampleFold.PNG)\n\nTo leave this mode, type `zz` again!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjdevries%2Ffold_search.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftjdevries%2Ffold_search.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftjdevries%2Ffold_search.vim/lists"}