From 4098bec692afd39d00e46828eea0e98a2edf2314 Mon Sep 17 00:00:00 2001 From: Nigel Greenway Date: Fri, 17 Oct 2025 01:34:03 +0100 Subject: [PATCH] fix: add keybinding The keybinding was missed on the previous version, this add's an opinionated keybinding for the time being. Adds: - Initial keybinding --- git-worktree.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-worktree.tmux b/git-worktree.tmux index af63216..16844f5 100755 --- a/git-worktree.tmux +++ b/git-worktree.tmux @@ -2,4 +2,4 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -source "$CURRENT_DIR/src/main" +bind-key C-g display-popup -E -w 80% -h 60% -d "#{pane_current_path}" "$CURRENT_DIR/src/main"