From 0dae7b01c7f6cb4c031b4127e3ce0c8be643e6fd Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 22 Sep 2025 08:50:18 +0200 Subject: [PATCH] (tmux) cleanup --- misc/reduced-tmux.conf | 2 +- tmux/.config/tmux/tmux.conf | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/misc/reduced-tmux.conf b/misc/reduced-tmux.conf index 7589244..df37220 100644 --- a/misc/reduced-tmux.conf +++ b/misc/reduced-tmux.conf @@ -3,7 +3,7 @@ set-option -g default-command "/bin/bash" # enable rgb colors -set-option -sa terminal-features ',xterm-256color' +set -ag terminal-overrides ",*:RGB" # reasonable resizing setw -g aggressive-resize on diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index b4b76d2..7e25e31 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -7,13 +7,6 @@ set -ag terminal-overrides ",*:RGB" # enable mouse support set -g mouse on -# bind -n WheelUpPane { -# if -F '#{==:#{window_name},nvim}' { -# send-keys -M -# } { -# copy-mode -e -# } -# } # reasonable resizing setw -g aggressive-resize on