Skip to content

Commit

Permalink
fix: disable sensible plugin for tmux
Browse files Browse the repository at this point in the history
enable again when nix-community/home-manager#5952 is fixed
  • Loading branch information
Yash-Garg committed Oct 20, 2024
1 parent f948ebb commit d4285b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/tmux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in
aggressiveResize = !pkgs.stdenv.isDarwin;
shell = shellPath;
shortcut = "b";
sensibleOnTop = true;
sensibleOnTop = false;
terminal = "tmux-256color";
plugins = with pkgs.tmuxPlugins; [
{
Expand Down

0 comments on commit d4285b6

Please sign in to comment.