From: Skullheadx Date: Mon, 17 Nov 2025 02:49:52 +0000 (-0500) Subject: try to fix tmux navigator X-Git-Url: http://git.skullheadx.com/nixos/static/gitweb.css?a=commitdiff_plain;h=58896d3e256d993d3415888d8e1d3c7b5cf12121;p=nixos.git try to fix tmux navigator --- diff --git a/tmux.nix b/tmux.nix index feff8e9..9ed3ffd 100644 --- a/tmux.nix +++ b/tmux.nix @@ -2,7 +2,8 @@ config, pkgs, ... -}: { +}: +{ programs.tmux = { enable = true; shell = "${pkgs.fish}/bin/fish"; @@ -13,7 +14,10 @@ disableConfirmationPrompt = true; mouse = true; newSession = true; - plugins = with pkgs.tmuxPlugins; [sensible]; + plugins = with pkgs.tmuxPlugins; [ + sensible + vim-tmux-navigator + ]; extraConfig = '' unbind %