summaryrefslogtreecommitdiff
path: root/config/tmux.conf
blob: 1cc4aad93f77edd0cbcaa31fe05187e9468a24f5 (plain)
1
2
3
4
5
set-option -g prefix C-s
bind C-s send-prefix
unbind C-b
bind C-t choose-tree "join-pane -t %%"
set -g status-right "%H:%M | #(tmubattery) | #{USER}@#(uname -n)"