dotwryn/tmux/tmux.conf

18 lines
443 B
Plaintext
Raw Normal View History

2019-12-31 14:26:32 -07:00
source-file ~/.wryn/tmux/n-bindings.tmux
2019-12-20 12:48:20 -07:00
2019-12-31 14:26:32 -07:00
# don't use escape key
2019-12-20 12:48:20 -07:00
set -s escape-time 0
# quick reload
2019-12-28 19:25:11 -07:00
bind-key r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
bind-key -n M-r source-file ~/.tmux.conf\; display "TMUX CONFIG RELOADED"
2019-12-30 19:49:06 -07:00
2019-12-31 14:26:32 -07:00
# force color
set -g default-terminal "tmux-256color"
2019-12-31 14:26:32 -07:00
# force utf-8
setw -gq utf8 on
# show battery life
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=black]%d %b %R"