Skip to content

Instantly share code, notes, and snippets.

@bnse
bnse / tmux.conf
Created June 2, 2025 15:51 — forked from adibhanna/tmux.conf
Tmux config
#--------------------------------------------------------------------------
# Configuration
#--------------------------------------------------------------------------
# Use Vi mode
setw -g mode-keys vi
# Increase scrollback buffer size
set -g history-limit 10000