{"id":16444924,"url":"https://github.com/jaymon/vim-commentify","last_synced_at":"2026-02-17T09:36:40.866Z","repository":{"id":33708893,"uuid":"37362265","full_name":"Jaymon/vim-commentify","owner":"Jaymon","description":"Easily comment/uncomment large blocks of code in Vim","archived":false,"fork":false,"pushed_at":"2025-04-16T18:00:31.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-17T09:34:42.655Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jaymon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-06-13T07:25:58.000Z","updated_at":"2025-04-16T18:00:35.000Z","dependencies_parsed_at":"2025-10-17T04:05:25.967Z","dependency_job_id":"89ea8b45-56cd-443f-9f44-e49cce03b441","html_url":"https://github.com/Jaymon/vim-commentify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jaymon/vim-commentify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2Fvim-commentify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2Fvim-commentify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2Fvim-commentify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2Fvim-commentify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaymon","download_url":"https://codeload.github.com/Jaymon/vim-commentify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaymon%2Fvim-commentify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29539144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T09:42:38.603Z","updated_at":"2026-02-17T09:36:40.810Z","avatar_url":"https://github.com/Jaymon.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Commentify\n\nVim Plugin to comment and un-comment lines in different source files in both normal and visual mode.\n\nThis is roughly based on the [vim comments plugin](http://www.vim.org/scripts/script.php?script_id=1528).\n\nThis plugin has been in my [.vim configuration](https://github.com/Jaymon/.vim) for a number of years and has been pretty bulletproof for me, so I figured the time was right to pull it out into its own repo.\n\n\n## Why?\n\nThe comments.vim plugin was great, but it didn't support newer languages like Golang, and since Vim includes a `commentstring` variable for all the filetypes it supports, I figured I could write a plugin that commented out blocks of code using that variable instead of relying on lots of conditional statements, also, I really wanted to use the same mapping to comment/uncomment the code, and that's how Commentify was born.\n\n\n## Usage\n\nBy default, Commentify maps the ctrl-c key to commenting and uncommenting.\n\nIf you wish to override that, just set `g:commentify_map_keys` to 0, then you can define\na different mapping for each of the functions in your `.vimrc`.\n\nto map normal mode, use the `commentify` function:\n\n    commentify#Commentify()\n\nto map visual mode, use the `RangeCommentify` function:\n\n    commentify#RangeCommentify()\n\n\n## Installation\n\nUse [pathogen](https://github.com/tpope/vim-pathogen). Clone this repo into the bundle directory.\n\n    $ cd /path/to/.vim/bundle\n    $ git clone git@github.com:Jaymon/vim-commentify.git commentify\n\n\n## License\n\ncopyrighted by me, and distributed under the same terms as Vim, see `:help license`.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaymon%2Fvim-commentify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaymon%2Fvim-commentify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaymon%2Fvim-commentify/lists"}