From 07686085599d85e1fc58f3e4f52c94b13b460269 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 20 Oct 2024 16:45:09 +0200 Subject: [PATCH] feat: allow image.nvim to work through tmux --- modules/home/tmux.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index 450a6c4..b452b37 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -55,6 +55,9 @@ set -g base-index 1 setw -g pane-base-index 1 set -g pane-border-format " #P: #{pane_current_command} " + + # Allow passthrough so that image.nvim works. + set -gq allow-passthrough on ''; plugins = with pkgs.tmuxPlugins; [ yank