{"id":25705184,"url":"https://github.com/dynamotn/tmux-config","last_synced_at":"2025-02-25T06:37:51.720Z","repository":{"id":75640758,"uuid":"594659632","full_name":"dynamotn/tmux-config","owner":"dynamotn","description":"My tmux configuration, mirror from Gitlab","archived":false,"fork":false,"pushed_at":"2024-02-17T19:00:53.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-02-17T20:23:06.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dynamotn.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}},"created_at":"2023-01-29T08:30:20.000Z","updated_at":"2024-02-17T20:23:07.366Z","dependencies_parsed_at":"2024-02-17T20:23:06.743Z","dependency_job_id":null,"html_url":"https://github.com/dynamotn/tmux-config","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/dynamotn%2Ftmux-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamotn%2Ftmux-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamotn%2Ftmux-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamotn%2Ftmux-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dynamotn","download_url":"https://codeload.github.com/dynamotn/tmux-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240619276,"owners_count":19830186,"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":[],"created_at":"2025-02-25T06:37:51.041Z","updated_at":"2025-02-25T06:37:51.689Z","avatar_url":"https://github.com/dynamotn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n\t\u003cimg src=\"https://imgur.com/J1cHwCY\" alt=\"Logo\"/\u003e\u003cbr/\u003e\n    Dynamo's tmux configuration\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/dynamotn/tmux-config/stargazers\"\u003e\n\t\t\u003cimg alt=\"Stargazers\" src=\"https://img.shields.io/github/stars/dynamotn/tmux-config?style=for-the-badge\u0026logo=starship\u0026color=C9CBFF\u0026logoColor=D9E0EE\u0026labelColor=302D41\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/dynamotn/tmux-config/issues\"\u003e\n\t\t\u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/dynamotn/tmux-config?style=for-the-badge\u0026logo=gitbook\u0026color=B5E8E0\u0026logoColor=D9E0EE\u0026labelColor=302D41\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nFeatures\n========\n\n* Easy navigation\n* Smoothly navigation with vim\n* Automatically set title of window\n* Automatically start, save, restore tmux session\n* Easy to search text, copy and paste text\n* Easymotion navigation to select text\n* POMODORO timer\n\nRequirements\n============\n\n* [tmux](https://github.com/tmux/tmux): v3.2+\n* [fzf](https://github.com/junegunn/fzf)\n* xsel\n\nInstallation\n============\n\nClone this repository to `~/.config/tmux`, and link config file to `~/.tmux.conf`\n```bash\nrm -rf ~/.config/tmux\ngit clone https://gitlab.com/dynamo-config/tmux ~/.config/tmux\nln -sf ~/.config/tmux/config ~/.tmux.conf\n```\n\nKeybindings\n===========\n- On my PC at home: `prefix` is `Ctrl-a`\n- On my tablet: `prefix` is `Ctrl-x`\n- On my PC at office: `prefix` is `Ctrl-s`\n- Otherwise: `prefix` is `Ctrl-b`\n\nI use `vi` mode keys for tmux.\nHere is some keybindings that I changed versus tmux default configuration:\n\n| Key | Mode | Description |\n|:----|:----:|:------------|\n|`prefix + Escape`|normal|Go to copy mode|\n|`v`|copy|Select text in pan|\n|`prefix + c`|normal|Create new window from current folder|\n|`Ctrl-Down`|normal|Create new window from current folder|\n|`Ctrl-Right`|normal|Move to next window|\n|`Ctrl-Left`|normal|Move to previous window|\n|`Ctrl-Up`|normal|Rename window|\n|`prefix + \\|`|normal|Split window horizontal (right)|\n|`prefix + -`|normal|Split window vertical (down)|\n|`Shift-Left`|normal|Move to left pane|\n|`Shift-Right`|normal|Move to right pane|\n|`Shift-Up`|normal|Move to up pane|\n|`Shift-Down`|normal|Move to up pane|\n|`C-\\`|normal|Move to last pane|\n|`prefix + Ctrl-I`|normal|Install all plugins of this configuration|\n|`prefix + Tab`|normal|Select text in window by fzf|\n|`prefix + /`|normal|Search text with regex|\n|`prefix + Ctrl-f`|normal|Search text that represent file|\n|`prefix + Alt-i`|normal|Search text that represent ip|\n|`prefix + Alt-i`|normal|Search text that represent ip|\n|`prefix + y`|normal|Copy current command line to clipboard|\n|`prefix + Y`|normal|Copy curent pane's current working directory to clipboard|\n|`prefix + y`|copy|Copy selection text to clipboard|\n|`prefix + Y`|copy|Copy selection text to clipboard, and paste it to command line|\n|`prefix + p`|normal|Start a POMODORO timer|\n|`prefix + j`|normal|Easymotion navigation to select text|\n\nLicense\n========\n\nCopyright © 2019 Tran Duc Nam \u003cme@dynamotn.dev\u003e\n\nThe project is licensed under GPLv3.\nYou can read it online at [here](https://choosealicense.com/licenses/gpl-3.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamotn%2Ftmux-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamotn%2Ftmux-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamotn%2Ftmux-config/lists"}