LazyVim-inspired Tmux setup. Clean UI, optimized keybindings, and a seamless terminal workflow.
- 🖥️ Clean UI - Catppuccin Mocha theme
- ⌨️ Intuitive Menu - LazyVim-style which-key
- 🚀 Vim Navigation -
Alt + hjklpane switching - 💻 Quick Terminal -
Alt + ifloating popup - 📐 Precise Resize -
Ctrl + arrows
# 1. Clone
git clone https://github.com/XxDots/myTmux.git ~/myTmux
# 2. Setup
mkdir -p ~/.config/tmux
cp ~/myTmux/scripts/which-key.sh ~/.config/tmux/
chmod +x ~/.config/tmux/which-key.sh
# 3. Install
ln -s ~/myTmux/tmux.conf ~/.tmux.conf
tmux source ~/.tmux.conf
# 4. Install plugins (inside tmux)
# Alt + a, then I| Action | Shortcut |
|---|---|
| Menu | Alt + a |
| Move Pane | Alt + h/j/k/l |
| Resize | Ctrl + ↑↓←→ |
| Float Term | Alt + i |
| Window 1-5 | Alt + 1-5 |
| Help | Alt + / |
- All Keybindings → KEYBINDINGS.md
- Structure → STRUCTURE.md
- 🖥️ Clean UI - Tema Catppuccin Mocha
- ⌨️ Menu Intuitif - LazyVim-style which-key
- 🚀 Navigasi Vim -
Alt + hjklantar pane - 💻 Terminal Cepat -
Alt + ipopup melayang - 📐 Resize Presisi -
Ctrl + panah
# 1. Clone
git clone https://github.com/XxDots/myTmux.git ~/myTmux
# 2. Setup
mkdir -p ~/.config/tmux
cp ~/myTmux/scripts/which-key.sh ~/.config/tmux/
chmod +x ~/.config/tmux/which-key.sh
# 3. Install
ln -s ~/myTmux/tmux.conf ~/.tmux.conf
tmux source ~/.tmux.conf
# 4. Install plugin (di dalam tmux)
# Alt + a, lalu I| Aksi | Shortcut |
|---|---|
| Menu | Alt + a |
| Pindah Pane | Alt + h/j/k/l |
| Resize | Ctrl + ↑↓←→ |
| Terminal Popup | Alt + i |
| Window 1-5 | Alt + 1-5 |
| Bantuan | Alt + / |
- Semua Keybinding → KEYBINDINGS.md
- Struktur → STRUCTURE.md
Requirements: tmux 3.2+
Made with ❤️ by @XxDots


