mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: allow image.nvim to work through tmux
This commit is contained in:
parent
7584caade6
commit
0768608559
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue