{"id":28218746,"url":"https://github.com/vhstack/tmuxpp","last_synced_at":"2026-05-03T23:31:52.199Z","repository":{"id":283660902,"uuid":"952495570","full_name":"vhstack/tmuxpp","owner":"vhstack","description":"Advanced Terminal Setup for Devs and Admins","archived":false,"fork":false,"pushed_at":"2025-06-03T16:28:08.000Z","size":5895,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T14:51:41.650Z","etag":null,"topics":["bash","config","configuration","developer-tools","development","multiplexer","terminal","tmux-conf","tpm","tpm-plugin","truecolor"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/vhstack.png","metadata":{"files":{"readme":"README.en.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,"zenodo":null}},"created_at":"2025-03-21T11:23:37.000Z","updated_at":"2025-06-03T16:28:10.000Z","dependencies_parsed_at":"2025-04-17T11:52:47.120Z","dependency_job_id":"754a9fb9-efc7-4dd1-a176-7e5e30e32b37","html_url":"https://github.com/vhstack/tmuxpp","commit_stats":null,"previous_names":["vhstack/tmuxpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vhstack/tmuxpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhstack%2Ftmuxpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhstack%2Ftmuxpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhstack%2Ftmuxpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhstack%2Ftmuxpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhstack","download_url":"https://codeload.github.com/vhstack/tmuxpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhstack%2Ftmuxpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["bash","config","configuration","developer-tools","development","multiplexer","terminal","tmux-conf","tpm","tpm-plugin","truecolor"],"created_at":"2025-05-18T02:10:35.476Z","updated_at":"2026-05-03T23:31:52.184Z","avatar_url":"https://github.com/vhstack.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"right\"\u003e\n  \u003ca href=\"README.md\"\u003e\u003cimg src=\"https://flagcdn.com/16x12/de.png\" alt=\"Deutsch\" title=\"Zur deutschen Version wechseln\" /\u003e\u003c/a\u003e  \n  \u003ca href=\"README.en.md\"\u003e\u003cimg src=\"https://flagcdn.com/16x12/gb.png\" alt=\"English\" title=\"Switch to English\" /\u003e\u003c/a\u003e  \n  \u003ca href=\"README.ru.md\"\u003e\u003cimg src=\"https://flagcdn.com/16x12/ru.png\" alt=\"Русский\" title=\"Переключиться на русскую версию\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Tmux Configuration\n\nThis Tmux configuration is designed for enhanced usability, featuring intuitive keybindings, true-color support, \nand a selection of useful plugins.\nThe example script `sample_run.sh` automatically sets up and launches a session with multiple windows.  \n\n![Screenshot](assets/screenshot.png)\n\n## 📥 Installation\n\n### 1. Install Tmux\n\nIf Tmux is not yet installed:\n\n```bash\nsudo apt install tmux    # Debian/Ubuntu\nbrew install tmux        # macOS\n```\nFor more information, see the [**Tmux Wiki**](https://github.com/tmux/tmux/wiki).\n\n### 2. Set the TERM Variable\n\nIn your `~/.bashrc`, set the `TERM` variable:\n\n```bash\nexport TERM=xterm-256color\n```\n\n### 3. Clone the Repository and Apply the Configuration\n\n```bash\ngit clone --depth 1 https://github.com/vhstack/tmuxpp.git ~/.tmux\nrm -rf ~/.tmux/.git ~/.tmux/assets ~/.tmux/README*.md\nln -s ~/.tmux/tmux.conf ~/.tmux.conf\n```\n\n### 4. Install TPM (Tmux Plugin Manager)\n\n```bash\ngit clone --depth 1 https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm\nrm -rf ~/.tmux/plugins/tpm/.git\n```\nMore details can be found in the[**TPM-Repository**](https://github.com/tmux-plugins/tpm).\n\n### 5. Install Plugins\n\nStart Tmux and press:\n\n```tmux\nPrefix + I    # Installs the plugins\n```\n\n## ⌨️ Keybindings\n\n- **Prefix Key:** `Ctrl + A` (instead of `Ctrl + B`)\n- **Window Management:**\n  - `Prefix + +` → Create a new session\n  - `Prefix + c` → Create a new window\n  - `Prefix + ,` → Rename the window\n  - `Prefix + x` → Close the window\n  - `Prefix + $` → Rename the session\n  - `Prefix + |` → Split pane vertically\n  - `Prefix + -` → Split pane horizontally\n  - `Prefix + N` → Detach pane\n- **Navigation:**\n  - `Prefix + ←,→,↑,↓` → Navigate between panes\n  - `Alt + →` / `Alt + ←` → Switch between windows\n  - `Ctrl + Alt + →` / `Ctrl + Alt + ←` → Move windows\n- **Resize Panes:**\n  - `Prefix + j/k/h/l` → Resize panes\n  - `Prefix + m` → Maximize/restore pane\n- **Reload Configuration:**\n  - `Prefix + r`\n\n## 📦 Plugins\n\nManaged using TPM:\n\n- `tmux-plugins/tmux-sensible` → Standard config\n- `christoomey/vim-tmux-navigator` → Vim-style pane navigation\n- `tmux-plugins/tmux-sessionist` → Session management\n\n## 🎨 Color \u0026 Theme\n\n- True-color support enabled\n- `vhstack` theme is enabled\n- `catppuccin` theme is included\n\n---\n\nYou're now ready to work more efficiently in your Tmux sessions! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhstack%2Ftmuxpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhstack%2Ftmuxpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhstack%2Ftmuxpp/lists"}