From d0fee5c7dff66ceb4b91500b53478d739c9dc0aa Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Sat, 30 May 2026 23:35:57 +0200 Subject: [PATCH] chore: remove commented-out code from plugin entry point --- tmux-remind.tmux | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmux-remind.tmux b/tmux-remind.tmux index 266b0c8..77a831c 100755 --- a/tmux-remind.tmux +++ b/tmux-remind.tmux @@ -2,9 +2,5 @@ CURRENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -# "$CURRENT_DIR/scripts/main.sh" - -# tmux bind-key -T prefix r display-popup -T "Impegni di oggi…" -w 50% -h 50% -x C -y C -E -- "$CURRENT_DIR/scripts/main.sh" - tmux bind-key -T prefix r run-shell "$CURRENT_DIR/scripts/main.sh reminders" tmux bind-key -T prefix c run-shell "$CURRENT_DIR/scripts/main.sh calendar"