From b9ecca6ea8d65894a19810df066efc7634a34215 Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Fri, 15 Dec 2023 16:41:00 -0500 Subject: [PATCH] fix: update tmux project path --- home-manager/modules/tmux/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/tmux/tmux.nix b/home-manager/modules/tmux/tmux.nix index 4e9ecfc..58fdb2b 100644 --- a/home-manager/modules/tmux/tmux.nix +++ b/home-manager/modules/tmux/tmux.nix @@ -55,7 +55,7 @@ bind-key g display-popup -h 95% -w 95% -E 'lazygit' bind-key t display-popup -h 95% -w 95% -E "${pkgs.htop}/bin/htop" - bind C-g display-popup -E "tat ~/gallery" + bind C-g display-popup -E "tat ~/Projects" bind -n M-g display-popup -E "tmux new-session -A -s scratch"