Skip to content

Instantly share code, notes, and snippets.

@nandbit
nandbit / .tmux.conf
Last active December 11, 2025 06:52
unbind C-b
set-option -g prefix C-w
bind-key C-w send-prefix
# start with window 1 (instead of 0)
set -g base-index 1
# start with pane 1
set -g pane-base-index 1