{"id":13862548,"url":"https://github.com/zk-phi/key-combo-web","last_synced_at":"2026-02-10T14:30:19.491Z","repository":{"id":152679662,"uuid":"84272577","full_name":"zk-phi/key-combo-web","owner":"zk-phi","description":"Per-language key(-combo) bindings for web-mode","archived":false,"fork":false,"pushed_at":"2021-07-18T14:37:14.000Z","size":123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T21:15:07.588Z","etag":null,"topics":["emacs"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/zk-phi.png","metadata":{"files":{"readme":"Readme.org","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}},"created_at":"2017-03-08T03:09:23.000Z","updated_at":"2021-07-18T14:37:17.000Z","dependencies_parsed_at":"2023-08-16T13:02:55.089Z","dependency_job_id":null,"html_url":"https://github.com/zk-phi/key-combo-web","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/zk-phi%2Fkey-combo-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fkey-combo-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fkey-combo-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fkey-combo-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk-phi","download_url":"https://codeload.github.com/zk-phi/key-combo-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239808123,"owners_count":19700440,"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":["emacs"],"created_at":"2024-08-05T06:01:47.167Z","updated_at":"2026-02-10T14:30:19.173Z","avatar_url":"https://github.com/zk-phi.png","language":"Emacs Lisp","readme":"* key-combo-web.el\n\nweb-mode で言語ごとに key-combo のキーバインド変える\n\nper-language key(-combo) bindings for web-mode\n\n** Screencast\n\nExample: JS parts and DOM parts in a JSX\n\n[[screencast.gif]]\n\n** Dependencies\n\n- =key-combo=\n- =web-mode=\n\n** Usage\n\nLoad this script\n\n: (require 'key-combo-web)\n\nand define keybinds like =key-combo-define= for each languages\n\n: (key-combo-web-define \"jsx\" (kbd \"\u003c\") '(\" \u003c \" \"\u003c`!!'\u003e\"))\n: (key-combo-web-define \"jsx\" (kbd \"\u0026\") '(\" \u0026 \" \" \u0026\u0026 \"))\n: (key-combo-web-define \"jsx\" (kbd \"\u003e\") \" \u003e \")\n: (key-combo-web-define \"jsx\" (kbd \"\u003c/\") 'web-mode-element-close)\n: (key-combo-web-define \"jsx-html\" (kbd \"\u003c\") '(\"\u003c`!!'\u003e\" \"\u0026lt;\" \"\u003c\"))\n: (key-combo-web-define \"jsx-html\" (kbd \"\u003e\") '(\"\u0026gt;\" \"\u003e\"))\n: (key-combo-web-define \"jsx-html\" (kbd \"\u0026\") '(\"\u0026amp;\" \"\u0026\"))\n: (key-combo-web-define \"css\" (kbd \"~\") \" ~ \")\n\nthen turn =key-combo-mode= on\n\n: (add-hook 'web-mode-hook 'key-combo-mode)\n","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fkey-combo-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk-phi%2Fkey-combo-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fkey-combo-web/lists"}