{"id":16166219,"url":"https://github.com/potamides/painless-digraph","last_synced_at":"2025-03-18T23:30:45.592Z","repository":{"id":70481769,"uuid":"239835476","full_name":"potamides/painless-digraph","owner":"potamides","description":"Enter a sequence of vim digraphs with ease!","archived":false,"fork":false,"pushed_at":"2021-10-06T12:45:54.000Z","size":23,"stargazers_count":13,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T12:56:33.486Z","etag":null,"topics":["neovim","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/potamides.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}},"created_at":"2020-02-11T18:33:50.000Z","updated_at":"2025-01-15T10:11:59.000Z","dependencies_parsed_at":"2023-05-15T20:00:34.856Z","dependency_job_id":null,"html_url":"https://github.com/potamides/painless-digraph","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/potamides%2Fpainless-digraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potamides%2Fpainless-digraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potamides%2Fpainless-digraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/potamides%2Fpainless-digraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/potamides","download_url":"https://codeload.github.com/potamides/painless-digraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955715,"owners_count":20374372,"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":["neovim","vim","vim-plugin"],"created_at":"2024-10-10T02:53:39.394Z","updated_at":"2025-03-18T23:30:45.578Z","avatar_url":"https://github.com/potamides.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# painless-digraph\n\n## Intro\n\nVim digraphs provide a useful mechanism to enter special characters normally\nnot found on a keyboard. But since the methods to enter digraphs require\nadditional keypresses, it becomes tedious to input sequences or short phrases\n(e.g. in hiragana, katakana or greek).\nThe *painless-digraph* plugin relieves you from this pain and provides a\ndigraph-mode which allows you to enter digraphs directly, without additional\nkeypresses.\n\n## Installation\n\nYou can install this plugin using any vim plugin manager by using the path on\nGitHub for this repository. For\n[vim-plug](https://github.com/junegunn/vim-plug) just add the following:\n\n```vim\nPlug 'potamides/painless-digraph'\n```\n\n## Mappings\n\n### Internal Mappings\n\n#### \\\u003cPlug\\\u003e(PainlessdigraphEnable)\n\nThis internal mapping enables the painless-digraph functionality. After calling\nthis mapping you can e.g. write `kon5nitiwa` to get the hiragana `こんにちわ`.\n\n#### \\\u003cPlug\\\u003e(PainlessdigraphDisable)\n\nDisables the painless-digraph digraph-mode.\n\n#### \\\u003cPlug\\\u003e(PainlessdigraphToggle)\n\nToggles the painless-digraph digraph-mode.\n\n### Default Mappings\n\nThe default mappings of this plugin are as follows: \n```vim\n  map \u003csilent\u003e \u003cLeader\u003ede  \u003cPlug\u003e(PainlessdigraphEnable)\n  map \u003csilent\u003e \u003cLeader\u003edd  \u003cPlug\u003e(PainlessdigraphDisable)\n  map \u003csilent\u003e \u003cLeader\u003edt  \u003cPlug\u003e(PainlessdigraphToggle)\n```\nTo change them just put your desired mappings in your *vimrc*.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotamides%2Fpainless-digraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpotamides%2Fpainless-digraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpotamides%2Fpainless-digraph/lists"}