Robin C. 1bac768d86 Bind ctrl space in tmux to copy mode
Remove alacritty vi mode copy
Add multiple tmux settings
Add forced terminal colors to tmux
Change alacritty font size
2025-01-21 07:23:24 +01:00
..
2025-01-09 02:11:08 +01:00
2025-01-21 07:23:24 +01:00

tmux

My configuration for tmux.

Installation

Symlink tmux.conf to $XDG_CONFIG_HOME/tmux/tmux.conf.
Then either do Prefix + I in tmux or run ~/.tmux/plugins/tpm/bin/install_plugins

Automatic Installation (Linux)

mkdir -p $XDG_CONFIG_HOME/tmux
ln -s $PWD/tmux.conf $XDG_CONFIG_HOME/tmux/tmux.conf
~/.tmux/plugins/tpm/bin/install_plugins