feat: allow image.nvim to work through tmux

This commit is contained in:
Ahwx 2024-10-20 16:45:09 +02:00
parent 7584caade6
commit 0768608559

View file

@ -55,6 +55,9 @@
set -g base-index 1 set -g base-index 1
setw -g pane-base-index 1 setw -g pane-base-index 1
set -g pane-border-format " #P: #{pane_current_command} " 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; [ plugins = with pkgs.tmuxPlugins; [
yank yank