Skip to content

Instantly share code, notes, and snippets.

@schlomok
schlomok / .tmux.conf
Last active January 13, 2016 23:48 — forked from napcs/.tmux.clipboard
My tmux config
# start window index of 1
set-option -g base-index 1
setw -g pane-base-index 1
# sane scrolling
set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
# UTF-8
set-option -g status-utf8 on