summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--tmux/.config/tmux/tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index 4b2b077..b1472d0 100644
--- a/tmux/.config/tmux/tmux.conf
+++ b/tmux/.config/tmux/tmux.conf
@@ -1,7 +1,7 @@
# TODO: Figure out how to get undercurls working on windows (works on linux)
# support 256 color
set -g default-terminal 'tmux-256color'
-set -as terminal-overrides ',*:Tc'
+set -as terminal-overrides ',alacritty:Tc'
# undercurl / colored underline support
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
@@ -14,6 +14,7 @@ set -g prefix C-a
set -g base-index 1
set -g pane-base-index 1
set -g detach-on-destroy off
+set -g allow-passthrough 1
bind-key -N "Switch last session" A switch-client -l
bind-key -N "Clock" T clock-mode