Skip to content

Instantly share code, notes, and snippets.

View OJ's full-sized avatar
🧗
Pining for the rocks

OJ Reeves OJ

🧗
Pining for the rocks
View GitHub Profile
@OJ
OJ / .tmux.conf
Created August 19, 2025 04:35
tmux config
# change the prefix from 'C-b' to 'C-a'
# (remap capslock to CTRL for easy access)
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# start with window 1 (instead of 0)
set -g base-index 1
# start with pane 1