Skip to content

Instantly share code, notes, and snippets.

@Ap3x
Ap3x / .tmux.conf
Created April 27, 2025 23:26
.tmux.conf
#Set Colors
set -g default-terminal "screen-256color" # colors!
#set-option -g default-shell "/bin/bash"
#set-option -g default-command 'source ~/.bashrc'
#Remap prefix to screens
set -g prefix C-a
bind C-a send-prefix
unbind C-b