https://github.com/reybits/config-tmux
My Tmux config.
https://github.com/reybits/config-tmux
config linux macos tmux
Last synced: about 2 months ago
JSON representation
My Tmux config.
- Host: GitHub
- URL: https://github.com/reybits/config-tmux
- Owner: reybits
- License: mit
- Created: 2025-02-21T11:47:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-17T14:52:37.000Z (3 months ago)
- Last Synced: 2026-03-18T05:16:19.435Z (3 months ago)
- Topics: config, linux, macos, tmux
- Language: Shell
- Homepage:
- Size: 1.16 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy TMUX
A streamlined and customizable TMUX configuration for enhanced terminal productivity.

## Features
- **Seamless Vim / Neovim Integration** – Smooth workflow between TMUX and your favorite editor.
- **Session Management with fzf** – Quickly switch between sessions using fuzzy finding.
- **Lightweight Yet Functional Theme** – A clean and minimal look without sacrificing usability.
- **Mouse & Keybindings Enhancements** – Improved navigation and pane management.
- **Clipboard Support** – Easily copy and paste between TMUX and your system clipboard.
- **Optimized for Performance** – Minimal overhead while maintaining essential features.
## Install
1. Clone repository.
```sh
git clone https://github.com/reybits/config-tmux.git
```
2. Initialize submodule.
```sh
git submodule update --init
```
3. Link to the XDG-config path.
```sh
ln -s /path/to/config-tmux/tmux ~/.config/tmux
```
4. Withing tmux install all plugins.
`prefix + I`
## Useful keys
- `prefix + f` - open / attach session
- `prefix + R` - reload config
- `prefix + I` - install pulugins
- `prefix + U` - update plugins
- `prefix + alt + u` - uninstall plugins