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