Skip to content

Instantly share code, notes, and snippets.

View bhenerey's full-sized avatar

Brian Henerey bhenerey

View GitHub Profile
@bhenerey
bhenerey / .tmux.conf
Created August 13, 2019 02:17 — forked from koshuang/.tmux.conf
.tmux.conf file for Ubuntu
# set -g default-command "reattach-to-user-namespace -l zsh"
# tmux display things in 256 colors
set -g default-terminal "screen-256color"
set -g status-utf8 on
set -g history-limit 20000
# automatically renumber tmux windows
set -g renumber-windows on