{"id":20630644,"url":"https://github.com/brookisme/tmux-setup","last_synced_at":"2026-02-21T22:03:30.099Z","repository":{"id":151274046,"uuid":"83481924","full_name":"brookisme/tmux-setup","owner":"brookisme","description":"TMUX Setup","archived":false,"fork":false,"pushed_at":"2018-04-30T17:43:46.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T15:23:03.311Z","etag":null,"topics":["tmux","tmux-configs"],"latest_commit_sha":null,"homepage":"","language":null,"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/brookisme.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-02-28T21:40:07.000Z","updated_at":"2018-04-30T17:43:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"978fbe72-afae-4cde-a864-67a08da113b2","html_url":"https://github.com/brookisme/tmux-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brookisme/tmux-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookisme%2Ftmux-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookisme%2Ftmux-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookisme%2Ftmux-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookisme%2Ftmux-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brookisme","download_url":"https://codeload.github.com/brookisme/tmux-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brookisme%2Ftmux-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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":["tmux","tmux-configs"],"created_at":"2024-11-16T14:09:06.786Z","updated_at":"2026-02-21T22:03:30.089Z","avatar_url":"https://github.com/brookisme.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n### setup\n\n```bash\npushd ~/\nrm -rf .tmux*\ngit clone https://github.com/brookisme/tmux-setup.git\nmv tmux-setup/tmux.conf .tmux.conf\nrm -rf tmux-setup/\ngit clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm\npopd\n```\n\n### tmux\n```bash\n# start session\ntmux\n# install plugins\nC-q I (shift i)\n```\n\n### layouts\n\nSave your layout (see [dot-tmux-slash-layout-a](https://github.com/brookisme/tmux-setup/blob/master/dot-tmux-slash-layout-a) for an example) to `.tmux/layout_a`.  Then add\n```bash\nbind S source-file ~/.tmux/layout_a\n```\nto your `.tmux.conf` file.\n\nNow, once inside the tmux session just type `ctrl-q Shift-S` and you will automatically see your new layout.  \n\nNote you will have re-run your conf file: `C-q I (shift i)`.\n\n-------------\n### plugins\n\n#### https://github.com/tmux-plugins/tmux-logging\n```bash\nprefix + shift + p   toggles-log     \n```\n\n\n#### https://github.com/tmux-plugins/tmux-pain-control/\n```bash\n# Resizing panes\nprefix + shift + h   resize current pane to the left\nprefix + shift + j   resize current pane in the up direction\nprefix + shift + k   resize current pane in the down direction\nprefix + shift + l   resize current pane to the right\n\n\n#Splitting panes\nprefix + |           split current pane horizontally\nprefix + -           split current pane vertically\n\n\nSwapping windows\nprefix + \u003c           moves current window one position to the left\nprefix + \u003e           moves current window one position to the right\n```\n\n#### https://github.com/tmux-plugins/tmux-yank\n```bash\nprefix + y           copies text from the command line to clipboard\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrookisme%2Ftmux-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrookisme%2Ftmux-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrookisme%2Ftmux-setup/lists"}