fix: add allow passthrough to view images in tmux

This commit is contained in:
FabricSoul 2025-09-06 23:25:03 -04:00
parent c64735ebba
commit c9f8c0ff5f

View file

@ -16,6 +16,8 @@
extraConfig = '' extraConfig = ''
setw -g pane-base-index 1 setw -g pane-base-index 1
set -g allow-passthrough on
# Vi copy mode bindings # Vi copy mode bindings
bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi v send-keys -X begin-selection