Skip to content

Instantly share code, notes, and snippets.

@JRV-XVI
JRV-XVI / .tmux.conf
Last active October 31, 2025 18:41
A tmux config for a minimalist distro
# Reload config file (change file location to your the tmux.conf you want to use)
unbind r
bind r source-file ~/.tmux.conf
# Change leader to <C-s>
unbind C-b
set-option -g prefix C-s
bind-key C-s send-prefix
# Split panes using | and -