{"id":18754913,"url":"https://github.com/pyohei/vim-python-jumping","last_synced_at":"2026-04-26T22:31:13.419Z","repository":{"id":27932842,"uuid":"31425252","full_name":"pyohei/vim-python-jumping","owner":"pyohei","description":"🐍Jump to Python import statement💨","archived":false,"fork":false,"pushed_at":"2018-07-03T01:57:03.000Z","size":1166,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T13:11:46.907Z","etag":null,"topics":["python","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyohei.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}},"created_at":"2015-02-27T15:20:45.000Z","updated_at":"2018-06-30T10:40:50.000Z","dependencies_parsed_at":"2022-08-20T07:00:12.385Z","dependency_job_id":null,"html_url":"https://github.com/pyohei/vim-python-jumping","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pyohei/vim-python-jumping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fvim-python-jumping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fvim-python-jumping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fvim-python-jumping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fvim-python-jumping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyohei","download_url":"https://codeload.github.com/pyohei/vim-python-jumping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyohei%2Fvim-python-jumping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: 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":["python","vim","vim-plugin"],"created_at":"2024-11-07T17:30:42.395Z","updated_at":"2026-04-26T22:31:13.391Z","avatar_url":"https://github.com/pyohei.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Python jumper(Vim plugin)\n\nThis is vim plugin which you can jump `import` module file.  \n\n![demo](demo/demo.gif)\n\n## Install\n\nYou can run this script to writing `pyohei/vim-python-jumping` on your plugin manager tool.  \n\n## Usage\n\nExcecute `;PyImport` on your import statement and jum to module script.  \nIf you want to add this comannd as keymap, add the below command in your `.vimrc`.  \n\n```vim\nnnoremap \u003cC-L\u003e :PyImport()\u003cCR\u003e\n```\n\n## Logic\n\nThis script based `PYTHONPATH`.   \nIf you can not jump specific module, please review your `PYTHONPATH`.  \nBut there are some cases that do not read correctly.\n(I found the case written in `__init__.py`)    \n\n## Licence\n\n* [MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyohei%2Fvim-python-jumping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyohei%2Fvim-python-jumping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyohei%2Fvim-python-jumping/lists"}