aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-29 01:45:07 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-12-29 14:50:02 +0100
commitbf7347380207d80183ce80ae6547ef08fa579c6a (patch)
treeec64896997e4bd76d89738f0b156dde7423ff107 /.tmux.conf
parentfeat: initial commit (diff)
downloaddotfiles-bf7347380207d80183ce80ae6547ef08fa579c6a.tar.gz
feat: add scripts, TARGET variable for Makefile
Diffstat (limited to '')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
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