Cange C-a back to C-b

This commit is contained in:
Patryk Koreń
2024-04-18 10:44:19 +02:00
committed by GitHub
parent c31f64b2cd
commit 3c64f0e4b1

View File

@@ -2,9 +2,6 @@ set -ga terminal-overrides ",screen-256color*:Tc"
set-option -g default-terminal "screen-256color"
set -s escape-time 0
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g status-style 'bg=#98971a fg=#1d2021'
set -g mouse on