{"id":16935883,"url":"https://github.com/knu/zsh-delsel-mode","last_synced_at":"2026-02-06T05:31:12.919Z","repository":{"id":66032576,"uuid":"189555249","full_name":"knu/zsh-delsel-mode","owner":"knu","description":"delsel-mode (delete-selection-mode) for zsh","archived":false,"fork":false,"pushed_at":"2024-09-11T09:27:17.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T21:40:22.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knu.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},"funding":{"github":"knu"}},"created_at":"2019-05-31T08:12:04.000Z","updated_at":"2023-06-29T21:25:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"b835a606-7507-4466-8f21-0fac7fece4d6","html_url":"https://github.com/knu/zsh-delsel-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knu/zsh-delsel-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fzsh-delsel-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fzsh-delsel-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fzsh-delsel-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fzsh-delsel-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knu","download_url":"https://codeload.github.com/knu/zsh-delsel-mode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fzsh-delsel-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29152426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-13T20:55:34.222Z","updated_at":"2026-02-06T05:31:12.898Z","avatar_url":"https://github.com/knu.png","language":"Shell","funding_links":["https://github.com/sponsors/knu"],"categories":[],"sub_categories":[],"readme":"delsel-mode for zsh\n===================\n\nSynopsis\n--------\n\n* delsel-mode - zle tweak to delete an active region just by hitting a key\n\nDescription\n-----------\n\nThis mode makes an active region work much like a text selection in\ntypical GUI.  You can delete the selected text just by hitting a\ndelete key, or overwrite it by typing text or yanking.\n\nHow to set up\n-------------\n\nPut the file `delsel-mode` somewhere in your `$fpath` and add these\nlines to your `.zshrc`:\n\n```shell\nautoload -Uz delsel-mode\ndelsel-mode\n```\n\nIf you are enabling `url-quote-magic`, make sure to load it first and\nthen load `delsel-mode`.\n\nConfiguration\n-------------\n\nBy default, an active region is deleted or replaced by invoking the\nfollowing commands:\n\n- `self-insert`\n- `delete-char`\n- `backward-delete-char`\n- `yank`\n\nTo add more commands, call `delsel-mode.wrap-command` like so:\n\n```shell\ndelsel-mode.wrap-command your-insert-command\ndelsel-mode.wrap-command your-delete-command\n```\n\nLicense\n-------\n\nCopyright (c) 2019 Akinori MUSHA\n\nLicensed under the 2-clause BSD license.\nSee `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Fzsh-delsel-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknu%2Fzsh-delsel-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Fzsh-delsel-mode/lists"}