From d1cd3f21ef9ef56246089b0c6e8d5b0aba59e22a Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 4 Jul 2023 16:44:53 -0400 Subject: [PATCH] fix tmux on macos --- home/dot_tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_tmux.conf b/home/dot_tmux.conf index 82d47a0..93936d6 100644 --- a/home/dot_tmux.conf +++ b/home/dot_tmux.conf @@ -5,7 +5,7 @@ setw -g automatic-rename set-option -g default-shell $SHELL # set -g default-command "~/bin/safe-reattach-to-user-namespace -l ${SHELL}" set -g default-terminal "screen-256color" -set -ga terminal-overrides ",xterm-256color*:Tc" +set -g allow-passthrough on set -g prefix C-a unbind C-b