Skip to content

Commit 8b8a3a1

Browse files
committed
update yazi tmux settings
1 parent 3abdceb commit 8b8a3a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/home-manager/tmux.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
escapeTime = 0;
1414
focusEvents = true;
1515
keyMode = "vi";
16+
terminal = "screen-256color";
1617
plugins = with pkgs.tmuxPlugins; [
1718
tmux-floax
1819
tmux-sessionx
@@ -22,6 +23,9 @@
2223
];
2324
extraConfig =
2425
''
26+
set -g allow-passthrough on
27+
set -ga update-environment TERM
28+
set -ga update-environment TERM_PROGRAM
2529
set -as terminal-features ",*-256color:RGB"
2630
bind g display-popup -E -xC -yC -w 80% -h 80% -d "#{pane_current_path}" ${pkgs.lazygit}/bin/lazygit
2731
''

0 commit comments

Comments
 (0)