git.m455.casa

dotfiles

clone url: git://git.m455.casa/dotfiles


tmux.conf

1 bind h select-pane -L
2 bind j select-pane -D
3 bind k select-pane -U
4 bind l select-pane -R
5 bind % split-window -h -c "#{pane_current_path}"
6 bind '"' split-window -v -c "#{pane_current_path}"
7
8 set -g renumber-windows on
9 set -g automatic-rename on
10 set -g escape-time 0
11
12 set -g status-right-length 60
13
14 set -g status-right "\
15 #(uptime | cut -d' ' -f14-) // \
16 #(upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | awk '{print $2}') // \
17 %Y-%m-%d // %H:%M"