tmux: change prefix to C-t and status background to dark blue

This commit is contained in:
Łukasz Pankowski 2020-01-23 19:46:11 +01:00
parent 2ab4647773
commit 76196b6861

View File

@ -1,8 +1,8 @@
set -g status-bg colour248 set -g status-bg colour18
set -g status-fg colour232 set -g status-fg colour7
set -g prefix C-g set -g prefix C-t
bind-key C-g send-prefix bind-key C-t send-prefix
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g set-titles on set -g set-titles on