{"id":13601855,"url":"https://github.com/schasse/tmux-jump","last_synced_at":"2025-04-11T04:31:49.691Z","repository":{"id":45497721,"uuid":"183481768","full_name":"schasse/tmux-jump","owner":"schasse","description":"Vimium/Easymotion like navigation for tmux.","archived":false,"fork":false,"pushed_at":"2024-03-30T17:11:05.000Z","size":14432,"stargazers_count":341,"open_issues_count":8,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-01T18:29:14.153Z","etag":null,"topics":["ace-jump","easymotion","tmux","tpm","vimium"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/schasse.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}},"created_at":"2019-04-25T17:38:16.000Z","updated_at":"2024-07-31T09:46:09.000Z","dependencies_parsed_at":"2024-04-11T21:48:45.610Z","dependency_job_id":"132d2b04-e49b-479e-8618-a85e571d700d","html_url":"https://github.com/schasse/tmux-jump","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/schasse%2Ftmux-jump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schasse%2Ftmux-jump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schasse%2Ftmux-jump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schasse%2Ftmux-jump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schasse","download_url":"https://codeload.github.com/schasse/tmux-jump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223458670,"owners_count":17148498,"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":["ace-jump","easymotion","tmux","tpm","vimium"],"created_at":"2024-08-01T18:01:08.902Z","updated_at":"2025-04-11T04:31:49.661Z","avatar_url":"https://github.com/schasse.png","language":"Ruby","funding_links":[],"categories":["Ruby","CLI","Plugins"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/tmux-jump-logo.png\"\n       alt=\"Vimium/Easymotion like cursor jump for tmux.\"\n       title=\"tmux-jump\" /\u003e\n\u003c/p\u003e\n\n[![Build Status](https://travis-ci.org/schasse/tmux-jump.svg?branch=master)](https://travis-ci.org/schasse/tmux-jump)\n\nA fast way to jump wherever you want in your terminal without using the mouse. A plugin similar to [vimium](https://vimium.github.io/) and [easymotion](https://github.com/easymotion/vim-easymotion) but for tmux. tmux-jump is written in ruby and can easily be installed via tpm.\n\n![tmux-jump-demo](https://user-images.githubusercontent.com/3882305/74186577-2f6aad80-4c4b-11ea-8054-91c54e3dd2af.gif)\n\nFrom now to then I think about how to improve my dev tools. Copy and pasting inside the terminal is something I do everyday, all the time. This is one of the most obvious things make more efficient. [tmux-yank](https://github.com/tmux-plugins/tmux-yank) improved the situation a lot. Though, it felt still annoying to get to the string I wanted to copy. Either I used to enter tmux copy mode and moved the cursor to the string or I used the mouse. I looked for a plugin such as easymotion for vim or ace jump for emacs, but I couldn't find one. So I decided to write my own tmux plugin.\n\n## Requirements\n\n* [tmux](https://github.com/tmux/tmux) \u003e= 3.1\n* [ruby](https://www.ruby-lang.org/) \u003e= 2.3\n\n## Installation via [TPM](https://github.com/tmux-plugins/tpm)\n\nAdd plugin to the list of TPM plugins in `~/.tmux.conf`:\n\n```\nset -g @plugin 'schasse/tmux-jump'\n```\nHit \u003ckbd\u003etmux-prefix\u003c/kbd\u003e + \u003ckbd\u003eI\u003c/kbd\u003e to fetch the plugin and source it. You should now be able to use the plugin.\n\n## Manual Installation\n\nClone the repository:\n\n```\ngit clone https://github.com/schasse/tmux-jump ~/.tmux-jump\n```\n\nAdd the following to `.tmux.conf`:\n\n```\nrun-shell ~/.tmux-jump/tmux-jump.tmux\n```\n\nReload tmux:\n\n```\ntmux source-file ~/.tmux.conf\n```\n\n## Usage\n\n* \u003ckbd\u003etmux-prefix\u003c/kbd\u003e + \u003ckbd\u003ej\u003c/kbd\u003e and enter the first character of a word.\n* The screen will rerender and highlight the keys to press to jump to the word.\n* Type the key sequence of the word to jump to.\n* The cursor moves to the word.\n\ntmux-jump can also be used in in any program and during copy mode.\n\nYou can customize the key binding in your `.tmux.conf`:\n\n```\nset -g @jump-key 's'\n```\n\nYou can also customize foreground and background color:\n```\nset -g @jump-bg-color '\\e[0m\\e[90m'\nset -g @jump-fg-color '\\e[1m\\e[31m'\n```\n\nAnd the keys position:\n```\n# keys will overlap with the word (default)\nset -g @jump-keys-position 'left'\n\n# keys will be at the left of the word without overlap\nset -g @jump-keys-position 'off_left'\n```\n\n## Similar Projects\n\n* [vimium](https://vimium.github.io/)\n* [easymotion](https://github.com/easymotion/vim-easymotion)\n* [ace-jump-mode](https://github.com/winterTTr/ace-jump-mode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschasse%2Ftmux-jump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschasse%2Ftmux-jump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschasse%2Ftmux-jump/lists"}