This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
OlderNewer