2019-12-31 21:26:32 +00:00
|
|
|
source-file ~/.wryn/tmux/n-bindings.tmux
|
2019-12-20 19:48:20 +00:00
|
|
|
|
2019-12-31 21:26:32 +00:00
|
|
|
# don't use escape key
|
2019-12-20 19:48:20 +00:00
|
|
|
set -s escape-time 0
|
|
|
|
|
|
|
|
# quick reload
|
2019-12-29 02:25:11 +00:00
|
|
|
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
|
2020-01-03 16:49:07 +00:00
|
|
|
bind-key -n M-r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
|
2019-12-31 02:49:06 +00:00
|
|
|
|
2019-12-31 21:26:32 +00:00
|
|
|
# force color
|
2019-12-31 02:49:06 +00:00
|
|
|
set -g default-terminal "screen-256color"
|
2019-12-31 21:26:32 +00:00
|
|
|
|
|
|
|
# force utf-8
|
|
|
|
setw -gq utf8 on
|