From 690653575b396e81fd953ddd34d4e0531e7003be Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sun, 13 Oct 2024 20:40:53 +0200 Subject: [PATCH] feat: adds vim-tmux-navigator so consistency works :D --- modules/home/tmux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/tmux.nix b/modules/home/tmux.nix index 8659b8e..450a6c4 100644 --- a/modules/home/tmux.nix +++ b/modules/home/tmux.nix @@ -59,6 +59,7 @@ plugins = with pkgs.tmuxPlugins; [ yank fzf-tmux-url + vim-tmux-navigator ]; }; }