From 8fcb0e68cee16f0fc00341140a1e2a064d4fa54d Mon Sep 17 00:00:00 2001 From: acicchetti Date: Mon, 26 Nov 2018 12:02:43 -0500 Subject: [PATCH] Added double C-a to send C-a --- tmux/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2359d2b..369552e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,11 +1,12 @@ # set default terminal -set -g default-terminal "tmux-256color" +set -ga terminal-overrides ",xterm-kitty:Tc,alacritty:Tc" # set mouse/history stuff set -g mouse on set -g history-limit 20000 # rebind prefix set -g prefix C-a +bind C-a send-prefix # always renumber windows set -g renumber-windows on