{"id":21496778,"url":"https://github.com/blank2121/zellij-jump-list","last_synced_at":"2025-07-15T19:32:43.442Z","repository":{"id":209485393,"uuid":"713658779","full_name":"blank2121/zellij-jump-list","owner":"blank2121","description":"Just like how Vim, Neovim, and Emacs users have a jump list for different navigation, now Zellij users can have that as well!","archived":false,"fork":false,"pushed_at":"2024-09-08T01:21:06.000Z","size":510,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-08T02:50:12.437Z","etag":null,"topics":["rust","zellij","zellij-plugin"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/blank2121.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":"2023-11-03T01:13:07.000Z","updated_at":"2024-09-08T01:21:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"87f2c38d-0d38-4459-916c-d1441de8a527","html_url":"https://github.com/blank2121/zellij-jump-list","commit_stats":null,"previous_names":["blank2121/zellij-jump-list"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blank2121%2Fzellij-jump-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blank2121%2Fzellij-jump-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blank2121%2Fzellij-jump-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blank2121%2Fzellij-jump-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blank2121","download_url":"https://codeload.github.com/blank2121/zellij-jump-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226064855,"owners_count":17568095,"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":["rust","zellij","zellij-plugin"],"created_at":"2024-11-23T16:18:52.380Z","updated_at":"2024-11-23T16:18:53.439Z","avatar_url":"https://github.com/blank2121.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zellij Jump List\n\nA [Zellij](https://zellij.dev) plugin for navigating your motions from pane-to-pane.\n\nInspired by the jump list commonly in editors like vim, nvim, emacs.\n\n![usage](./img/working-example.png)\n\n## Usage\n\n- `Up` and `Down` or `j` and `k` to cycle through the jump pane list\n- `Enter` to go back to the selected pane\n- `Esc` to exit\n\n## Why?\n\nBriefly: to quickly go to previous panes.\n\n- Can jump to old panes from different tabs.\n- Easy to use.\n\n## Installation\n\n**Requires Zellij `0.38.0` or newer.**\n\n*Note*: you will need to have `wasm32-wasi` added to rust as a target to build the plugin. This can be done with `rustup target add wasm32-wasi`.\n\n```bash\ngit clone https://github.com/blank2121/zellij-jump-list.git\ncd zellij-jump-list\n./install.sh\n```\n\u003e If `install.sh` does not run or does not have the permission to run, run `chmod +x ./install.sh`\n\nAll `./install.sh` does is compile it and move the .wasm to `~/.config/zellij/plugins/`\n\n## Keybinding\n\nAdd the following to your [zellij config](https://zellij.dev/documentation/configuration.html)\nsomewhere inside the [keybinds](https://zellij.dev/documentation/keybindings.html) section:\n\n```kdl\nshared_except \"locked\" {\n    bind \"Ctrl y\" {\n        LaunchOrFocusPlugin \"file:~/.config/zellij/plugins/zellij-jump-list.wasm\" {\n            floating true; move_to_focused_tab true;\n        }\n    }\n}\n```\n\n\u003e You likely already have a `shared_except \"locked\"` section in your configs. Feel free to add `bind` there.\n\n## Contributing\n\nIf you find any issues or want to suggest ideas please [open an issue](https://github.com/blank2121/zellij-jump-list/issues/new).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblank2121%2Fzellij-jump-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblank2121%2Fzellij-jump-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblank2121%2Fzellij-jump-list/lists"}