(tmux) cleanup

This commit is contained in:
scbj
2025-09-22 08:50:18 +02:00
parent 838e66823c
commit 0dae7b01c7
2 changed files with 1 additions and 8 deletions

View File

@@ -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

View File

@@ -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