From bf7347380207d80183ce80ae6547ef08fa579c6a Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 29 Nov 2025 01:45:07 +0100 Subject: feat: add scripts, TARGET variable for Makefile --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index f172bd2..f956f1a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -14,7 +14,7 @@ bind v split-window -h -c "#{pane_current_path}" unbind '"' bind - split-window -v -c "#{pane_current_path}" -bind R source-file ~/.config/tmux/tmux.conf +bind R source-file ~/.tmux.conf bind -r j resize-pane -D 5 bind -r k resize-pane -U 5 @@ -38,7 +38,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" +bind-key -n C-t run-shell "tmux neww /usr/local/bin/checktodo" set -gq allow-passthrough on -- cgit v1.2.3