From 5315191e3447d844faa26b759392c12006caaa77 Mon Sep 17 00:00:00 2001 From: Frede Braendstrup Date: Wed, 31 Jan 2024 17:44:04 +0100 Subject: [PATCH] git-tools: call tmux-project from gw --- modules/git-tools/git-tools/gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/git-tools/git-tools/gw b/modules/git-tools/git-tools/gw index d7c6f8e..5e03744 100755 --- a/modules/git-tools/git-tools/gw +++ b/modules/git-tools/git-tools/gw @@ -9,4 +9,4 @@ TARGET=$(git worktree list \ | grep -v "\[0\]" \ | fzf-tmux -p -h 90% -w 90% -m --reverse --preview "git show" \ | cut -f 1 -d ' ')/$DIR -cd $TARGET +tmux-project $TARGET