blob: f5fc65fc2d9f851d92737ed85c43ec2f60eb07ee (
plain)
1
2
3
4
5
6
|
unbind C-Space
set -g prefix C-Space
bind C-Space send-prefix
set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\""
set -g status-style bg="#1e1f1e",fg="#9a9c8b"
|