blob: 7207b788ca450482a759b341021ea6e502e0a66a (
plain)
1
2
3
4
5
6
|
set-option -g prefix C-s
bind C-s send-prefix
unbind C-b
bind C-t choose-tree "join-pane -t %%"
bind C-d attach-session -c '#{pane_current_path}'
set -g status-right "%H:%M | #(tmubattery) | #{USER}@#(uname -n)"
|