A minimalistic setup for tmux focused on productivity in a clutter-free layout.
The Techno Haze Tmux offers a clean and minimalist interface tailored for enhanced productivity. With a focus on simplicity and efficiency, this theme provides a clutter-free layout to help you stay focused on your tasks.
- psutil == 5.9.8
- Window Management: Easily create new sessions and switch between windows.
- Pane Navigation: Effortlessly move and resize panes for optimal organization.
- Ready to Use: It comes packed with keybidings to let you start using tmux in productive way from the day 0
To install the Techno Haze Tmux, you can use TPM or clone the repo localy.
Update your ~/.tmux.conf
file to use the plugin:
set -g @plugin 'cacarico/techno-haze-tmux'
Install plugins using prefix + I
(NOTE: prefix by default is ctrl + b)
git clone https://github.com/cacarico/techno-haze-tmux.git ~/.config/tmux/plugins/techno-haze-tmux
And add the following line to your ~/.tmux.conf
file:
run-shell "~/.config/tmux/plugins/techno-haze-tmux/techno-haze.tmux"
Install plugins using prefix + I
(NOTE: prefix by default is ctrl + b)
Once installed, you can start using the Techno Haze Tmux immediately. Here are some key bindings to get you started:
- Alt + a: Prefix key for tmux commands.
Key Combination | Functionality |
---|---|
Prefix + r | Reloads the tmux configuration. |
Prefix + - | Splits plane horizontally |
Prefix + \ | Splits plane vertically |
Alt + Tab | Switch to window to the right |
Alt + Shift + Tab | Switch to window to the left |
Alt + Ctrl + s | Swap window x with window y |
Alt + Ctrl + h | Swap pane with the pane to the left |
Alt + Ctrl + k | Swap pane with the pane above |
Alt + Ctrl + j | Swap pane with the pane below |
Alt + Ctrl + l | Swap pane with the pane to the right |
Alt + f | Zoom the current panel |
Alt + h | Select pane to the left |
Alt + j | Select pane downward |
Alt + k | Select pane upward |
Alt + l | Select pane to the right |
Alt + H | Resize pane to the left by 4 columns |
Alt + J | Resize pane downward by 2 rows |
Alt + K | Resize pane upward by 2 rows |
Alt + L | Resize pane to the right by 4 columns |
Alt + 0 to Alt + 9 | Switch to windows 1 to 10, with Alt + 0 switching to window 10 |
For more details on usage and customization options, refer to the theme documentation or the comments within the techno-haze.tmux
file.
Contributions to the Techno Haze Tmux are welcome! Feel free to submit pull requests, report issues, or suggest improvements via the project's GitHub repository.
This project is licensed under the MIT License, allowing for both personal and commercial use with attribution. See the LICENSE file for details.
Enjoy your clutter-free tmux experience with the Techno Haze Tmux Theme!