summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-12-31 17:54:29 -0600
committerToby Vincent <tobyv13@gmail.com>2022-12-31 17:54:29 -0600
commitbdb1430d2449ee1674864ed9cc33a68f15db688e (patch)
tree0948d013c805db00ca614bd4e60f156015014557 /tmux/.config
parent70e5716cda0c492c147a6f0eb63f66b933d5c775 (diff)
fix(tmux): improve terminal options
Diffstat (limited to 'tmux/.config')
-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