{"id":33143965,"url":"https://github.com/ddzero2c/tmux-easymotion","last_synced_at":"2026-01-20T21:38:16.766Z","repository":{"id":41429456,"uuid":"237812200","full_name":"ddzero2c/tmux-easymotion","owner":"ddzero2c","description":"Easymotion like vim in tmux","archived":false,"fork":false,"pushed_at":"2025-12-19T09:20:58.000Z","size":132,"stargazers_count":40,"open_issues_count":5,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-22T02:58:04.094Z","etag":null,"topics":["easymotion","neovim","tmux","tpm","vim","vimium"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ddzero2c.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-02T17:57:43.000Z","updated_at":"2025-12-19T09:05:57.000Z","dependencies_parsed_at":"2024-11-09T10:25:34.321Z","dependency_job_id":"bbb7494e-2857-42a4-a694-12c9365a8f46","html_url":"https://github.com/ddzero2c/tmux-easymotion","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ddzero2c/tmux-easymotion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddzero2c%2Ftmux-easymotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddzero2c%2Ftmux-easymotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddzero2c%2Ftmux-easymotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddzero2c%2Ftmux-easymotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddzero2c","download_url":"https://codeload.github.com/ddzero2c/tmux-easymotion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddzero2c%2Ftmux-easymotion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28614764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["easymotion","neovim","tmux","tpm","vim","vimium"],"created_at":"2025-11-15T13:00:27.419Z","updated_at":"2026-01-20T21:38:16.760Z","avatar_url":"https://github.com/ddzero2c.png","language":"Python","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# TMUX Easymotion\n\n[![Tests](https://github.com/ddzero2c/tmux-easymotion/actions/workflows/test.yml/badge.svg)](https://github.com/ddzero2c/tmux-easymotion/actions/workflows/test.yml)\n\n\u003e [!NOTE]\n\u003e **📢 Active Development**\n\u003e\n\u003e The master branch may include breaking changes. Please use a tagged version for stability.\n\n![demo](https://github.com/user-attachments/assets/6f9ef875-47b1-4dee-823d-f1990f2af51e)\n\n## Features\n\n- **Cross-pane jumping** - Jump between any visible pane in the same window\n- **Two search modes** - 1-char (`s`) and 2-char (`s2`, leap.nvim style)\n- **CJK support** - Proper handling of wide characters\n- **Smartsign** - Match shifted symbols (e.g., `1` matches `!`)\n- **Distance-based hints** - Closer matches get shorter hints\n\n## Installation\n\nAdd plugin to the list of [TPM](https://github.com/tmux-plugins/tpm) plugins in `~/.tmux.conf`:\n\n\u003c!-- x-release-please-start-version --\u003e\n```bash\nset -g @plugin 'ddzero2c/tmux-easymotion@v1.1.0'\nset -g @easymotion-s 's'\n```\n\u003c!-- x-release-please-end --\u003e\n\nPress `prefix` + `I` to install\n\n\u003e **For development version:** Use `set -g @plugin 'ddzero2c/tmux-easymotion'` (master branch, may be unstable)\n\n\n## Configuration\n\n| Option | Default | Description |\n|--------|---------|-------------|\n| `@easymotion-s` | `s` | 1-character search key binding |\n| `@easymotion-s2` | (none) | 2-character search key binding (leap.nvim style) |\n| `@easymotion-hints` | `asdghklqwertyuiopzxcvbnmfj;` | Characters used for hints |\n| `@easymotion-case-sensitive` | `false` | Case-sensitive search |\n| `@easymotion-smartsign` | `false` | Match shifted symbols (e.g., `1` matches `!`) |\n| `@easymotion-vertical-border` | `│` | Vertical border character |\n| `@easymotion-horizontal-border` | `─` | Horizontal border character |\n| `@easymotion-use-curses` | `false` | Use curses instead of ANSI sequences |\n| `@easymotion-debug` | `false` | Debug logging to ~/easymotion.log |\n| `@easymotion-perf` | `false` | Performance logging to ~/easymotion.log |\n\nExample configuration:\n\n```bash\nset -g @easymotion-s 's'\nset -g @easymotion-s2 'f'\nset -g @easymotion-hints 'asdfghjkl;'\nset -g @easymotion-case-sensitive 'true'\nset -g @easymotion-smartsign 'true'\n```\n\n\n## Vim-like Configuration\n\n```bash\nset-window-option -g mode-keys vi\nbind-key -T copy-mode-vi C-v send-keys -X begin-selection \\; send-keys -X rectangle-toggle;\nbind-key -T copy-mode-vi v send-keys -X begin-selection;\nbind-key -T copy-mode-vi V send-keys -X select-line;\n```\n\n\n## Usage\n\n**Copy a word:**\n`prefix` + `s` → type character → select hint → press `ve` and `y` to copy\n\n**Paste:**\n`prefix` + `]` to paste\n\n\n## Development\n\n```bash\n# Install development dependencies\npip install -r requirements-dev.txt\n\n# Run tests\npytest test_easymotion.py -v --cache-clear\n```\n\n## Inspired by\n- [tmux-yank](https://github.com/tmux-plugins/tmux-yank)\n- [vim-easymotion](https://github.com/easymotion/vim-easymotion)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddzero2c%2Ftmux-easymotion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddzero2c%2Ftmux-easymotion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddzero2c%2Ftmux-easymotion/lists"}