Skip to content

Instantly share code, notes, and snippets.

View DailyMatters's full-sized avatar
🎯
Focusing

Cláudio Ribeiro DailyMatters

🎯
Focusing
  • Lisbon
View GitHub Profile
# split panes using | and -
bind | split-window -h
bind - split-window -v
# change status bar colors
set -g status-bg colour74
set -g status-fg white
# change the active pane colors
set -g pane-active-border-bg colour74