]> Skullheadx's Git Forge - nixos.git/commitdiff
try to fix tmux navigator
authorSkullheadx <admonty1@protonmail.com>
Mon, 17 Nov 2025 02:49:52 +0000 (21:49 -0500)
committerSkullheadx <admonty1@protonmail.com>
Mon, 17 Nov 2025 02:49:52 +0000 (21:49 -0500)
tmux.nix

index feff8e911c13acc7f24462a6e227f66721c4d195..9ed3ffd0ad8a266b886c269bd488b8ef3ec4e096 100644 (file)
--- a/tmux.nix
+++ b/tmux.nix
@@ -2,7 +2,8 @@
   config,
   pkgs,
   ...
-}: {
+}:
+{
   programs.tmux = {
     enable = true;
     shell = "${pkgs.fish}/bin/fish";
     disableConfirmationPrompt = true;
     mouse = true;
     newSession = true;
-    plugins = with pkgs.tmuxPlugins; [sensible];
+    plugins = with pkgs.tmuxPlugins; [
+      sensible
+      vim-tmux-navigator
+    ];
 
     extraConfig = ''
       unbind %