Skip to content

Instantly share code, notes, and snippets.

View akehoyayoi's full-sized avatar

Yohei Okaya akehoyayoi

View GitHub Profile
## allow utf8
#set-window-option -g utf8 on
## disable ESC delay
set -s escape-time 0
## set scrolback
set-option -g history-limit 50000
set-option -g buffer-limit 20
## set terminal title
set -g set-titles on
set -g set-titles-string "xxxx"