mirror of
https://github.com/runyanjake/dotfiles.git
synced 2025-10-05 06:07:30 -07:00
Tmux
My custom tmux configuration.
Requirements
tmux >= 3.1
Installation
- Clone this repo and link
tmux.conf
to~/.tmux.conf
. Note it's a hidden file in this default configuration.
ln -sfn /path/to/dotfiles/tmux/tmux.conf ~/.tmux.conf
- Clone the TPM repo directly into the config folder.
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
- Reopen terminal or re-source tmux.
tmux source ~/.tmux.conf
Plugins Notes
TPM
Tmux Package Manager is de facto package manager for tmux.
General Notes
- When updating
tmux.conf
, styling stays after the directives that set them are removed. This means you might have totmux kill-server
in addition totmux source ~/.tmux.conf
.
Shortcut Reference
<PREFIX>
key combo is C-a
by default (Ctrl + a), changed from standard C-b
.