{"id":14008018,"url":"https://github.com/keith/evil-tmux-navigator","last_synced_at":"2025-07-28T12:36:19.252Z","repository":{"id":16416921,"uuid":"19168033","full_name":"keith/evil-tmux-navigator","owner":"keith","description":"Seamlessly navigate Emacs and tmux splits","archived":false,"fork":false,"pushed_at":"2019-09-01T06:01:09.000Z","size":4,"stargazers_count":64,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-09T03:22:51.653Z","etag":null,"topics":["emacs","emacs-lisp","tmux"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/keith.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":"2014-04-26T03:45:12.000Z","updated_at":"2024-05-30T20:02:59.000Z","dependencies_parsed_at":"2022-07-25T04:46:16.739Z","dependency_job_id":null,"html_url":"https://github.com/keith/evil-tmux-navigator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fevil-tmux-navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fevil-tmux-navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fevil-tmux-navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keith%2Fevil-tmux-navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keith","download_url":"https://codeload.github.com/keith/evil-tmux-navigator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235053753,"owners_count":18928440,"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":["emacs","emacs-lisp","tmux"],"created_at":"2024-08-10T11:01:09.673Z","updated_at":"2025-01-22T02:58:49.136Z","avatar_url":"https://github.com/keith.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# evil-tmux-navigator\n\nWarning:\n\n![](http://cl.ly/VDhe/no-idea-what-im-doing-dog.jpg)\n\n--------\n\nThis is an emacs package...I think? While trying to see what emacs is\nall about I felt very out of place without\n[vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator)\nso I wrote one.\n\nThis is meant to work with [evil](http://www.emacswiki.org/emacs/Evil)\nwhich gives you vim bindings in emacs.\n\nAfter installing evil install (assuming emacs \u003e= 24 using\n[ELPA](http://www.emacswiki.org/emacs/ELPA)) this with:\n\n```\nM-x package-install RET navigate RET\n```\n\nThen require it in your `~/.emacs` with:\n\n```lisp\n(require 'navigate)\n```\n\nYou also have to setup commands in your `~/.tmux.conf`:\n\n```\nbind -n C-h run \"(tmux display-message -p '#{pane_current_command}' | grep -iqE '(^|\\/)n?vim(diff)?$|emacs.*$' \u0026\u0026 tmux send-keys C-h) || tmux select-pane -L\"\nbind -n C-j run \"(tmux display-message -p '#{pane_current_command}' | grep -iqE '(^|\\/)n?vim(diff)?$|emacs.*$' \u0026\u0026 tmux send-keys C-j) || tmux select-pane -D\"\nbind -n C-k run \"(tmux display-message -p '#{pane_current_command}' | grep -iqE '(^|\\/)n?vim(diff)?$|emacs.*$' \u0026\u0026 tmux send-keys C-k) || tmux select-pane -U\"\nbind -n C-l run \"(tmux display-message -p '#{pane_current_command}' | grep -iqE '(^|\\/)n?vim(diff)?$|emacs.*$' \u0026\u0026 tmux send-keys C-l) || tmux select-pane -R\"\n```\n\n#### Troubleshooting\n\nAs stated I have no idea what I'm doing in emacs so if any of this is\nridiculous/not working please let me know.\n\n`RET` == return in emacs lingo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fevil-tmux-navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeith%2Fevil-tmux-navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeith%2Fevil-tmux-navigator/lists"}