2014-02-15 12:39:11 -05:00
|
|
|
# use the powerline patched font variant of the theme
|
|
|
|
#tmux_conf_theme=powerline_patched_font
|
|
|
|
|
|
|
|
# use 5 hearts for the battery status
|
|
|
|
#tmux_conf_battery_symbol=heart
|
|
|
|
#tmux_conf_battery_symbol_count=5
|
|
|
|
|
2015-03-28 05:17:43 -04:00
|
|
|
# use the heat palette for the battery status
|
|
|
|
#tmux_conf_battery_palette=heat
|
|
|
|
|
2014-02-15 12:39:11 -05:00
|
|
|
# or alternatively use an external tool, e.g. https://github.com/Goles/Battery
|
|
|
|
#tmux_conf_battery='#(battery -t) '
|
2014-11-02 13:02:01 -05:00
|
|
|
|
2014-12-13 07:09:21 -05:00
|
|
|
# new windows and new panes optionally retain current path
|
|
|
|
#tmux_conf_new_windows_retain_current_path=false
|
|
|
|
#tmux_conf_new_panes_retain_current_path=true
|
|
|
|
|
2014-11-02 13:02:01 -05:00
|
|
|
# if you're running tmux within iTerm2
|
|
|
|
# - and tmux is 1.9 or 1.9a
|
|
|
|
# - and iTerm2 is configured to let option key act as +Esc
|
|
|
|
# - and iTerm2 is configured to send [1;9A -> [1;9D for option + arrow keys
|
|
|
|
# then uncomment the following line to make Meta + arrow keys mapping work
|
|
|
|
#set -g terminal-overrides "*:kUP3=\e[1;9A,*:kDN3=\e[1;9B,*:kRIT3=\e[1;9C,*:kLFT3=\e[1;9D"
|