~/tmux-zen


# info

This page contains info about my tmux setup, called tmux-zen. You can find the repo for my config at tmux-zen



# installing

To setup first install tmux:


$ sudo pacman -S tmux

Then clone tmp, the tmux plugin manager


$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Then copy create this your .tmux.conf and copy this config:


$ touch ~/.tmux.conf


=> fetched from https://github.com/maxhu08/dotfiles/blob/master/tmux/.tmux.conf
in 0.000ms 

Lastly run these commands:


# source config
tmux source-file ~/.tmux.conf

press <prefix>I to install plugins

# start tmux !
tmux

# about

My tmux setup is pretty simple. I just customized some of the keybinds, the colors, and added some qol stuff. I also made it have proper undercurl support for stuff like neovim.

I added some qol stuff to my setup like auto start in the current directory when creating new windows or panes. I also changed some of to keybinds to be more intuitive.

# keybinds

I left the prefix key as <C-b>. But I changed the key for creating windows to be - & \ because - and | represent horizontal and vertical. I changed | to \ because it's easier to press because I don't have to press shift to get |.

For the statusline, I left it pretty minimal because I don't like having a bunch of random info on my statusline. I set the background to be transparent becauase I think that looks better. I made the text brightly colored and bolded so it's easier to see. I also think this looks better.