{"id":16862812,"url":"https://github.com/aarzilli/emacs-textobjects","last_synced_at":"2026-01-04T07:30:55.812Z","repository":{"id":137705541,"uuid":"729002","full_name":"aarzilli/emacs-textobjects","owner":"aarzilli","description":"vim-like text objects implementation for emacs","archived":false,"fork":false,"pushed_at":"2010-06-19T08:39:11.000Z","size":108,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T19:46:07.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aarzilli.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-06-19T07:46:41.000Z","updated_at":"2023-12-18T06:57:41.000Z","dependencies_parsed_at":"2023-03-15T06:00:57.926Z","dependency_job_id":null,"html_url":"https://github.com/aarzilli/emacs-textobjects","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/aarzilli%2Femacs-textobjects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarzilli%2Femacs-textobjects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarzilli%2Femacs-textobjects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarzilli%2Femacs-textobjects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarzilli","download_url":"https://codeload.github.com/aarzilli/emacs-textobjects/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244257280,"owners_count":20424129,"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-13T14:36:50.516Z","updated_at":"2026-01-04T07:30:55.498Z","avatar_url":"https://github.com/aarzilli.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a rudimentary of a vim-like text objects functionality for emacs.\nFor people unfamiliar with vim, text objects are a way of specifying a chunk of text around the cursor with few keystrokes while cutting or copying.\n\nCurrently supported text objects are:\n\ni(     text inside parenthesis\na(     like \"i(\" but including surrounding \"(\" and \")\"\ni[     text inside brackets\na[     like \"i[\" but including surrounding \"[\" and \"]\"\ni{     text inside braces\na{     like \"i{\" but including surrounding \"{\" and \"}\"\ni\"     text inside double quotes\na\"     like \"i\"\" but including surrounding double quotes\ni'     text inside single quotes\na'     like \"i'\" but including surrounding quotes\ni`     text inside backquotes\na`     like \"i`\" but including surrounding backquotes\n\nDefined sequences are:\n\nC-x w \u003ctext object\u003e        cuts the specified text object\nC-x W \u003ctext object\u003e        copies the specified text object","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarzilli%2Femacs-textobjects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarzilli%2Femacs-textobjects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarzilli%2Femacs-textobjects/lists"}