From 3c64f0e4b11b1cf8e02fa132aa0aea79f3187980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Kore=C5=84?= Date: Thu, 18 Apr 2024 10:44:19 +0200 Subject: [PATCH] Cange C-a back to C-b --- .config/tmux/tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d239eb9..6a0a1b2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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