From 96838547f5cdc0ddd7c16ab6514a8d656ee10416 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 17 Dec 2024 01:30:32 +0100 Subject: feat: add new tmux binding --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 97a4f40..2ce8513 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -36,6 +36,7 @@ bind-key -r C-c copy-mode bind-key -r i run-shell "tmux neww /usr/local/bin/cht.sh" bind-key -n C-f run-shell "tmux neww /usr/local/bin/tmus" +bind-key -n C-t run-shell "tmux neww /usr/local/bin/check_todo.sh" set -gq allow-passthrough on -- cgit v1.2.3