{"id":13739709,"url":"https://github.com/TheSast/tmux-nav-master","last_synced_at":"2025-05-08T19:34:42.973Z","repository":{"id":163230740,"uuid":"638603565","full_name":"TheSast/tmux-nav-master","owner":"TheSast","description":"Easy cross-navigation between tmux and other terminal applications.","archived":false,"fork":false,"pushed_at":"2024-05-01T18:14:08.000Z","size":678,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-04T04:05:32.688Z","etag":null,"topics":["navig","shell","tmux","tmux-plugin","tmux-plugins","tpm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheSast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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-05-09T17:47:52.000Z","updated_at":"2024-05-31T09:39:18.000Z","dependencies_parsed_at":"2024-02-28T17:42:47.784Z","dependency_job_id":null,"html_url":"https://github.com/TheSast/tmux-nav-master","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/TheSast%2Ftmux-nav-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSast%2Ftmux-nav-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSast%2Ftmux-nav-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheSast%2Ftmux-nav-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheSast","download_url":"https://codeload.github.com/TheSast/tmux-nav-master/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224758207,"owners_count":17364969,"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":["navig","shell","tmux","tmux-plugin","tmux-plugins","tpm"],"created_at":"2024-08-03T04:00:36.744Z","updated_at":"2024-11-15T09:30:45.979Z","avatar_url":"https://github.com/TheSast.png","language":"Shell","funding_links":[],"categories":["\u003ca name=\"tools\"\u003e\u003c/a\u003eTools and session management"],"sub_categories":[],"readme":"Tmux Nav Master\n================\n\nThis plugin is *currently* an extended version of [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) made to complement [Astronvim's default keybindings](https://github.com/AstroNvim/astronvim.github.io/blob/37bbb0894b623eea49000b290b4ce645a97cc47e/docs/Basic%20Usage/mappings.md#general-mappings).  \nThe goal is to eventually have a great, easy-to-set-up, largely non-intrusive plugin to help with navigation. For this very reason PRs are welcome!\n\nPreview\n-------\n\n![img/preview.gif](img/preview.gif)  \n\nUsage\n-----\n\nThis plugin provides the following mappings in both \"default\" and \"copy-mode-vi\" modes\n\nMapping         | Action                  |\n--------------- | ----------------------- |\n`\u003cC-h\u003e`         | Go Left                 |\n`\u003cC-j\u003e`         | Go Down                 |\n`\u003cC-k\u003e`         | Go Up                   |\n`\u003cC-l\u003e`         | Go Right                |\n`\u003cprefix\u003e\u003cC-h\u003e` | Send an escaped `\u003cC-h\u003e` |\n`\u003cprefix\u003e\u003cC-j\u003e` | Send an escaped `\u003cC-j\u003e` |\n`\u003cprefix\u003e\u003cC-k\u003e` | Send an escaped `\u003cC-k\u003e` |\n`\u003cprefix\u003e\u003cC-l\u003e` | Send an escaped `\u003cC-l\u003e` |\n`\u003cprefix\u003eH`     | Swap Left               |\n`\u003cprefix\u003eJ`     | Swap Down               |\n`\u003cprefix\u003eK`     | Swap Up                 |\n`\u003cprefix\u003eL`     | Swap Right              |\n`\u003cC-Left\u003e`      | Resize Left             |\n`\u003cC-Down\u003e`      | Resize Down             |\n`\u003cC-Up\u003e`        | Resize Up               |\n`\u003cC-Right\u003e`     | Resize Right            |\n\nThese mapping are setup to work intuitively with some software (e.g. [nvim](https://github.com/neovim/neovim), [fzf](https://github.com/junegunn/fzf)) by being selectively disabled or by acting differently when needed. If you know of any others that might benefit from this behaviour please [open an issue](https://github.com/TheSast/tmux-nav-master/issues/new).\n\nInstallation\n------------\n\n1. You can use [TPM](https://github.com/tmux-plugins/tpm) to install this plugin.\n2. Add the following line to your `tmux.conf`:\n``` tmux\nset -g @plugin 'TheSast/tmux-nav-master'\n```\n3. Install the plugin with \u003cprefix\u003eI, unless you changed `@tpm-install`, in which case you need to use the keybind you set.\n\nOther plugins\n-------------\n\nYou might also like these plugins:\n\n  - [tmux-transient-status](https://github.com/TheSast/tmux-transient-status) - Automatically make your tmux status bar vanish when unneded. \n\n  - [tmux-keylocker](https://github.com/TheSast/tmux-keylocker) - Lock away your tmux keybinds temporarely. \n\nLicence\n-------\n\n[MIT and Apache 2.0](COPYRIGHT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheSast%2Ftmux-nav-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheSast%2Ftmux-nav-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheSast%2Ftmux-nav-master/lists"}