dotwryn/tmux/tmux.conf
2019-12-31 14:26:32 -07:00

14 lines
260 B
Bash

source-file ~/.wryn/tmux/n-bindings.tmux
# don't use escape key
set -s escape-time 0
# quick reload
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
# force color
set -g default-terminal "screen-256color"
# force utf-8
setw -gq utf8 on