summaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-01-01 03:29:54 -0600
committerToby Vincent <tobyv13@gmail.com>2023-01-01 03:33:09 -0600
commitf4239df1e9a71a45cee491c4fc7a05f379620542 (patch)
tree6e04d0126905631e12d09341ccad9afa3db71f1b /tmux/.config
parentbdb1430d2449ee1674864ed9cc33a68f15db688e (diff)
revert(tmux): revert tmux changes
Refs: 1c9194f, bdb1430
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
index b1472d0..3d4e728 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 ',alacritty:Tc'
+set -as terminal-overrides ',*:Tc'
# undercurl / colored underline support
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
@@ -14,7 +14,6 @@ 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
@@ -41,7 +40,7 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-pain-control'
-set -g @plugin 'tinted-theming/base16-tmux'
+set -g @plugin 'lawabidingcactus/tmux-gruvbox-truecolor'
if "test ! -d $XDG_CONFIG_HOME/tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm $XDG_CONFIG_HOME/tmux/plugins/tpm && $XDG_CONFIG_HOME/tmux/plugins/tpm/bin/install_plugins'"