{"id":15651149,"url":"https://github.com/blueyed/vim-qf_resize","last_synced_at":"2025-04-30T18:25:43.829Z","repository":{"id":47100013,"uuid":"86946362","full_name":"blueyed/vim-qf_resize","owner":"blueyed","description":"Resize location/quickfix windows in (Neo)Vim","archived":false,"fork":false,"pushed_at":"2021-09-25T08:19:20.000Z","size":45,"stargazers_count":34,"open_issues_count":3,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T18:44:01.614Z","etag":null,"topics":["quickfix-window","vim"],"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/blueyed.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}},"created_at":"2017-04-01T22:22:55.000Z","updated_at":"2025-03-01T10:47:53.000Z","dependencies_parsed_at":"2022-09-23T11:11:51.524Z","dependency_job_id":null,"html_url":"https://github.com/blueyed/vim-qf_resize","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/blueyed%2Fvim-qf_resize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueyed%2Fvim-qf_resize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueyed%2Fvim-qf_resize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueyed%2Fvim-qf_resize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueyed","download_url":"https://codeload.github.com/blueyed/vim-qf_resize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251759430,"owners_count":21639231,"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":["quickfix-window","vim"],"created_at":"2024-10-03T12:37:09.590Z","updated_at":"2025-04-30T18:25:43.790Z","avatar_url":"https://github.com/blueyed.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-qf_resize\n\nAutomatically resize quickfix and location list windows.\n\nThis Vim plugin resizes location/quickfix windows based on the number of lines\ntherein, i.e. with a single list entry, why waste 9 extra lines (with the\ndefault window height being 10)?!\n\n## Config\n\n### `g:qf_resize_min_height`\n\nMinimum height (in lines) for quickfix windows.\nIf not specified, it will use some (experimental) internal defaults, falling\nback to 1.\nCan be a buffer setting (for the qf buffer).\n\n### `g:qf_resize_max_height`\n\nMaximum height (in lines) for quickfix windows.  Default: 10.\nCan be a buffer setting (for the qf buffer).\n\n### `g:qf_resize_max_ratio`\n\nRatio used to get the dynamic max height.\nIt gets multiplied with the sum of the height of the non-qf window and the\nheight of the qf window.  The default is `0.15`.\nCan be a buffer setting (for the qf buffer).\n\n### `g:qf_resize_on_win_close`\n\nResize/handle all qf windows when a window gets closed.  Default: 1.\n\n## Commands\n\n### `QfResizeWindows`\n\nResize all quickfix/location list windows on the current tab page.\n\nThis is useful in a custom mapping (extending the default\n\u003ckbd\u003eCtrl\u003c/kbd\u003e-\u003ckbd\u003ew\u003c/kbd\u003e \u003ckbd\u003e=\u003c/kbd\u003e):\n\n    nnoremap \u003csilent\u003e \u003cc-w\u003e= :wincmd =\u003ccr\u003e:QfResizeWindows\u003ccr\u003e\n\n## Related plugins\n\n- [vim-qf](https://github.com/romainl/vim-qf) provides a similar feature\n  (`g:qf_auto_resize`), without handling `:lopen`/`:copen` etc in general,\n  but only when opening windows itself, and is less advanced in general (no\n  ratio etc).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueyed%2Fvim-qf_resize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueyed%2Fvim-qf_resize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueyed%2Fvim-qf_resize/lists"}