aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-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