diff options
| author | pml68 <contact@pml68.dev> | 2024-12-17 01:30:32 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-17 01:30:32 +0100 |
| commit | 96838547f5cdc0ddd7c16ab6514a8d656ee10416 (patch) | |
| tree | f4c8007a8fca4dfe42ce7b98d14dc50c8910978e | |
| parent | feat: add root/sudo detection to install script (diff) | |
| download | suckless-setup-96838547f5cdc0ddd7c16ab6514a8d656ee10416.tar.gz | |
feat: add new tmux binding
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
