{"id":26022499,"url":"https://github.com/skywind3000/vim-cppman","last_synced_at":"2025-03-06T09:55:33.756Z","repository":{"id":82864443,"uuid":"238720974","full_name":"skywind3000/vim-cppman","owner":"skywind3000","description":"Read Cppman/Man pages right inside your vim.","archived":false,"fork":false,"pushed_at":"2020-02-06T15:53:56.000Z","size":7,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-18T00:44:14.446Z","etag":null,"topics":[],"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/skywind3000.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}},"created_at":"2020-02-06T15:32:23.000Z","updated_at":"2024-02-04T13:48:33.000Z","dependencies_parsed_at":"2023-03-02T04:45:54.789Z","dependency_job_id":null,"html_url":"https://github.com/skywind3000/vim-cppman","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/skywind3000%2Fvim-cppman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fvim-cppman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fvim-cppman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywind3000%2Fvim-cppman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skywind3000","download_url":"https://codeload.github.com/skywind3000/vim-cppman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242187663,"owners_count":20086218,"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":"2025-03-06T09:55:31.598Z","updated_at":"2025-03-06T09:55:33.730Z","avatar_url":"https://github.com/skywind3000.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-cppman\n\nRead Cppman/Man pages right inside your vim.\n\n## Feature\n\n- Read pages from both `cppman` and `man`.\n- Supports windows: use WSL or MSYS.\n- Jump to tag under cursor ( eg. \"printf(3)\" ) with `C-]` or `K` command.\n\n## Installation\n\n```VimL\nPlug 'skywind3000/vim-cppman'\n```\n\n## Usage\n\n```VimL\n\" Display cppman/man pages:\n\"     :Cppman[!] [section] keyword\n\"\n\"     When \"!\" is included, load pages from \"man\" command, otherwise\n\"     use \"cppman\" instead. For performance, run \"cppman -c\" to cache\n\"     all pages before this.\n\"\n\"     The \"[section]\" is only available for \"man\":\n\"         :Cppman! printf\n\"         :Cppman! 3 printf\n\"\n\"     Use \"-k\" to search sections:\n\"         :Cppman! -k printf\n\"\n\" Window position:\n\"     Option \"g:cppman_open_mode\" can allow you specify how to open:\n\"         :let g:cppman_open_mode = \"vertical\"\n\"         :let g:cppman_open_mode = \"tab\"\n\"         :let g:cppman_open_mode = \"vert botright\"\n\"         :let g:cppman_open_mode = \"\u003cauto\u003e\"\n\"\n\" Position modifiers:\n\"     Another way to indicate window position is using modifiers:\n\"         :vertical Cppman keyword\n\"         :tab Cppman keyword\n\"         :vert botright Cppman keyword\n\"\n\" Keymaps:\n\"     \"K\"       - jump to keyword under cursor\n\"     \"CTRL+]\"  - same as \"K\"\n\"\n\" Running on Windows:\n\"     It can use WSL to run cppman/man. If WSL is not available,\n\"     you can setup g:cppman_msys_home to use msys alternatively.\n\"\n\" C/C++ keywords help:\n\"     You can setup your \"keywordprg\" for c/cpp in your vimrc:\n\"         autocmd FileType c,cpp setlocal keywordprg=:Cppman\n\"\n\"     Than, you can use \"K\" in to lookup keywords in c/cpp files.\n```\n\n## Credit\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Fvim-cppman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywind3000%2Fvim-cppman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywind3000%2Fvim-cppman/lists"}