This repository contains the dotfiles and configs I use with tmux. It is designed to work with GNU stow, but can easily be used without it.
# if you don't already have GNU stow, install stow for your OS
# clone this repo in to a .files directory
git clone -q https://gitlab.com/dpremy/dot-tmux.git ~/.files/dot-tmux
# use stow to symlink this 'package' in to your home directory
stow -d ~/.files/ -t ~/ -S dot-tmux
See tmux_cheatsheet.pdf or tmux_cheatsheet.md for some of the most common key bindings. tmux.conf also has comments and may be worth reviewing.