diff options
Diffstat (limited to '')
| -rw-r--r-- | .tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
