From c9f8c0ff5fcc117df3cae4818f30d75c30400cbc Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Sat, 6 Sep 2025 23:25:03 -0400 Subject: [PATCH] fix: add allow passthrough to view images in tmux --- home/fabric/programs/tmux.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/fabric/programs/tmux.nix b/home/fabric/programs/tmux.nix index c2524e8..65460af 100644 --- a/home/fabric/programs/tmux.nix +++ b/home/fabric/programs/tmux.nix @@ -16,6 +16,8 @@ extraConfig = '' setw -g pane-base-index 1 + set -g allow-passthrough on + # Vi copy mode bindings bind-key -T copy-mode-vi v send-keys -X begin-selection