2021-02-24 15:32:35 -07:00
|
|
|
source-file ~/.wryn/config/tmux/n-bindings.tmux
|
|
|
|
source-file ~/.wryn/config/tmux/t-bindings.tmux
|
2019-12-20 12:48:20 -07:00
|
|
|
|
2019-12-31 14:26:32 -07:00
|
|
|
# don't use escape key
|
2021-04-09 15:20:15 -06:00
|
|
|
set -sg escape-time 0
|
2019-12-20 12:48:20 -07:00
|
|
|
|
|
|
|
# quick reload
|
2019-12-28 19:25:11 -07:00
|
|
|
bind-key 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
|
2020-01-24 09:44:05 -07:00
|
|
|
set -g default-terminal "tmux-256color"
|
2019-12-31 14:26:32 -07:00
|
|
|
|
|
|
|
# force utf-8
|
|
|
|
setw -gq utf8 on
|
2020-02-24 18:34:17 -07:00
|
|
|
|
2021-02-26 13:39:30 -07:00
|
|
|
# force vi
|
|
|
|
set-window-option -g mode-keys vi
|
2021-05-03 15:24:09 -06:00
|
|
|
set-window-option -g status-keys vi
|
2020-09-25 13:43:40 -06:00
|
|
|
|
|
|
|
# disable mouse-mode
|
|
|
|
set -g mouse off
|
2020-09-29 18:44:16 -06:00
|
|
|
|
2020-10-19 19:29:31 -06: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"
|