aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
blob: 92ce994cd62564c01de32ea2657c7173ee0cd324 (plain)
1
2
3
4
5
6
7
8
# set prefix to CTRL+Space [ C-␣ / C-Space ]
unbind C-Space
set -g prefix C-Space
bind C-Space send-prefix

# change style :D
set -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\""
set -g status-style bg="#1e1f1e",fg="#9a9c8b"