We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abdceb commit 8b8a3a1Copy full SHA for 8b8a3a1
modules/home-manager/tmux.nix
@@ -13,6 +13,7 @@
13
escapeTime = 0;
14
focusEvents = true;
15
keyMode = "vi";
16
+ terminal = "screen-256color";
17
plugins = with pkgs.tmuxPlugins; [
18
tmux-floax
19
tmux-sessionx
@@ -22,6 +23,9 @@
22
23
];
24
extraConfig =
25
''
26
+ set -g allow-passthrough on
27
+ set -ga update-environment TERM
28
+ set -ga update-environment TERM_PROGRAM
29
set -as terminal-features ",*-256color:RGB"
30
bind g display-popup -E -xC -yC -w 80% -h 80% -d "#{pane_current_path}" ${pkgs.lazygit}/bin/lazygit
31
0 commit comments