Moved tmux config
This commit is contained in:
24
config/tmux/tmux.conf
Normal file
24
config/tmux/tmux.conf
Normal file
@ -0,0 +1,24 @@
|
||||
source-file ~/.wryn/config/tmux/n-bindings.tmux
|
||||
source-file ~/.wryn/config/tmux/t-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 "tmux-256color"
|
||||
|
||||
# force utf-8
|
||||
setw -gq utf8 on
|
||||
|
||||
|
||||
# disable mouse-mode
|
||||
set -g mouse off
|
||||
|
||||
# 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"
|
Reference in New Issue
Block a user