dotwryn/config/tmux/tmux.conf

27 lines
632 B
Plaintext
Raw Normal View History

2021-02-24 22:32:35 +00:00
source-file ~/.wryn/config/tmux/n-bindings.tmux
source-file ~/.wryn/config/tmux/t-bindings.tmux
2019-12-20 19:48:20 +00:00
2019-12-31 21:26:32 +00:00
# don't use escape key
set -sg escape-time 0
2019-12-20 19:48:20 +00:00
# quick reload
2019-12-29 02:25:11 +00:00
bind-key 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
set -g default-terminal "tmux-256color"
2019-12-31 21:26:32 +00:00
# force utf-8
setw -gq utf8 on
2021-02-26 20:39:30 +00:00
# force vi
set-window-option -g mode-keys vi
2020-09-25 19:43:40 +00:00
# disable mouse-mode
set -g mouse off
2020-10-20 01:29:31 +00:00
# window options / color config
set -g status-style fg=brightmagenta,bg=black
set -g window-status-current-style fg=black,bg=brightmagenta
set -g status-right "#(cat /sys/class/power_supply/BAT0/capacity)% | #[fg=magneta]%d %b %R"