This is my personal tmux configuration, designed to enhance terminal workflows with intuitive key bindings and a clean interface.
- Custom Key Bindings: Optimized for faster navigation and workflow.
- Split and Resize Panes: Effortless terminal pane management.
- Session Management: Easily create, switch, and manage tmux sessions.
- Custom Status Bar: A clean and informative status line.
-
Install Tmux Package Manager TPM
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm -
Clone the repository to your home directory:
git clone https://github.com/LazyDoomSlayer/tmux-configuration cp ./tmux.conf ~/.tmux.conf -
Reload tmux to apply the configuration:
tmux source-file ~/.tmux.conf -
Install all packages using ( prefix + "I" )
You can tweak the configuration by editing the .tmux.conf file directly. Key bindings, appearance, and plugins can all be customized to fit your workflow.
- tmux 3.0 or higher
- A patched terminal font (e.g., Nerd Fonts) for proper status bar display.
Special thanks to the tmux community for inspiring this configuration and providing useful resources.