{"id":25566553,"url":"https://github.com/pdmlab/tmux-cheatsheet","last_synced_at":"2026-01-27T17:02:26.741Z","repository":{"id":66175069,"uuid":"51544103","full_name":"PDMLab/tmux-cheatsheet","owner":"PDMLab","description":"Yeat another cheat sheet for tmux, created from personal use.","archived":false,"fork":false,"pushed_at":"2016-02-24T13:52:12.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T11:42:32.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PDMLab.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":"2016-02-11T20:19:17.000Z","updated_at":"2017-07-06T23:10:33.000Z","dependencies_parsed_at":"2023-02-21T05:16:03.603Z","dependency_job_id":null,"html_url":"https://github.com/PDMLab/tmux-cheatsheet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PDMLab/tmux-cheatsheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Ftmux-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Ftmux-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Ftmux-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Ftmux-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PDMLab","download_url":"https://codeload.github.com/PDMLab/tmux-cheatsheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Ftmux-cheatsheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":[],"created_at":"2025-02-20T22:33:06.661Z","updated_at":"2026-01-27T17:02:26.719Z","avatar_url":"https://github.com/PDMLab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# tmux cheat sheet for Ubuntu\n\n#General\n[tmux](https://tmux.github.io/) is a terminal multiplexer and allows you to split your terminal window into multiple panes or having multiple windows.\nFurthermore it supports sessions, but these are not described in the cheat sheet.\n\n#Installation\n\n```\nsudo apt-get update\nsudo apt-get install tmux\n```\n\n#Running tmux\n\n```tmux``` can be run from within an terminal window by typing ```tmux```\n\n#Commands\n\n```tmux``` commands are introduced by hitting ```\u003cCTRL\u003e+b``` followed by the command.\n\n#Windows\n\n```\u003cCTRL\u003e+b c``` creates a new ```tmux``` window    \n```\u003cCTRL\u003e+b ,``` rename a window     \n```\u003cCTRL\u003e+b p``` previous window    \n```\u003cCTRL\u003e+b n``` next window    \n```\u003cCTRL\u003e+b w``` list window / select    \n\n#Panes\n\n```\u003cCTRL\u003e+b %``` split window (create pane) vertically    \n```\u003cCTRL\u003e+b : split-window``` split window (create pane) horizontally     \n```\u003cCTRL\u003e+b o``` next pane     \n```\u003cCTRL\u003e+b x``` exit pane     \n```\u003cCTRL\u003e+b q\u003cnumber\u003e``` access pane by number, e.g. ```\u003cCTRL\u003e+b q1```     \n```\u003cCTRL\u003e+b [``` enable scrolling history in current pane (use mouse or ```pgUp``` / ```pgDown```)     \n```q``` leave scroll view in pane\n\n```\u003cCTRL\u003e+b : resize-pane -D``` Resize the current pane down    \n```\u003cCTRL\u003e+b : resize-pane -U``` Resize the current pane up    \n```\u003cCTRL\u003e+b : resize-pane -L``` Resize the current pane left   \n```\u003cCTRL\u003e+b : resize-pane -R``` Resize the current pane right   \n```\u003cCTRL\u003e+b : resize-pane -D 10``` Resize the current pane down by 10 cells   \n```\u003cCTRL\u003e+b : resize-pane -U 10``` Resize the current pane up by 10 cells   \n```\u003cCTRL\u003e+b : resize-pane -L 10``` Resize the current pane left by 10 cells   \n```\u003cCTRL\u003e+b : resize-pane -R 10``` Resize the current pane right by 10 cells   \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdmlab%2Ftmux-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdmlab%2Ftmux-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdmlab%2Ftmux-cheatsheet/lists"}