{"id":13927076,"url":"https://github.com/rhysd/accelerated-jk","last_synced_at":"2025-04-14T10:04:46.077Z","repository":{"id":2311628,"uuid":"3271296","full_name":"rhysd/accelerated-jk","owner":"rhysd","description":"A vim plugin to accelerate up-down moving!","archived":false,"fork":false,"pushed_at":"2015-05-17T03:08:05.000Z","size":207,"stargazers_count":131,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T10:04:32.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rhysd.hatenablog.com/","language":"VimL","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/rhysd.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}},"created_at":"2012-01-26T04:40:05.000Z","updated_at":"2025-02-06T14:46:12.000Z","dependencies_parsed_at":"2022-07-19T15:04:11.714Z","dependency_job_id":null,"html_url":"https://github.com/rhysd/accelerated-jk","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Faccelerated-jk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Faccelerated-jk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Faccelerated-jk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Faccelerated-jk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhysd","download_url":"https://codeload.github.com/rhysd/accelerated-jk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860296,"owners_count":21173342,"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-08-07T16:01:23.395Z","updated_at":"2025-04-14T10:04:46.048Z","avatar_url":"https://github.com/rhysd.png","language":"VimL","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"## Vim plugin to accelerate up-down moving (`j` and `k` mapping)\n\nThis plugin accelerates `j`/`k` mappings' steps while `j` or `k` key is repeating.\nIf the interval of key-repeat takes more than 150 ms, the step is reset.\nWhen you want to change this interval, set `g:accelerated_jk_acceleration_limit`.\n\nIf you want to change acceleration steps, define `g:accelerated_jk_acceleration_table`.\n\nIf you want to decelerate a cursor moving by time instead of reset, set `g:accelerated_jk_enable_deceleration` to `1`.\nIn addition, if you want to change deceleration rate, set `g:accelerated_jk_deceleration_table` to\na proper value. See `plugin/accelerated-jk.vim` to get more information.\n\nExample of setting is below.\n\n```VimL\nnmap j \u003cPlug\u003e(accelerated_jk_gj)\nnmap k \u003cPlug\u003e(accelerated_jk_gk)\n```\n\nIf you don't want to control acceleration by time, position-driven acceleration is available.\nUsing position-driven acceleration makes a cursor move with more light steps than time-driven one makes.\nHowever the check if j/k is repeated or not is more optimistic.\nIf you want to use position-driven acceleration, a setting would be like below.\n\n```VimL\nnmap j \u003cPlug\u003e(accelerated_jk_gj_position)\nnmap k \u003cPlug\u003e(accelerated_jk_gk_position)\n```\n\nThis plugin is distributed under MIT License.\n\n    Copyright (c) 2012 rhysd\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\n    of the Software, and to permit persons to whom the Software is furnished to do so,\n    subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\n    INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\n    PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n    THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Faccelerated-jk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhysd%2Faccelerated-jk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Faccelerated-jk/lists"}