Skip to main content

Tmux

sudo pacman -S tmux

This is my config file, located at $HOME/.config/tmux/tmux.conf.

set-option -g default-shell /usr/bin/zsh
set -g default-terminal "screen-256color"
set -g mouse on

Do you want a cheat sheet? https://tmuxcheatsheet.com is a great website.