Refactor/reorg various files and references

This commit is contained in:
2025-02-01 12:41:03 -06:00
parent bbf55f64fb
commit defcd11e06
10 changed files with 11 additions and 29 deletions

View File

@ -26,9 +26,9 @@ bind-key W kill-session # TODO: if i can combine this into the above when only 1
# custom find and switching for sessions using tmux-sessionizer
unbind-key f
bind-key f run-shell "tmux neww ~/.local/bin/tmux-sessionizer"
bind-key F run-shell "tmux neww ~/.local/bin/tmux-sessionizer existing"
bind-key H run-shell "tmux neww ~/.local/bin/tmux-sessionizer hub"
bind-key f run-shell "tmux neww $DIR_SCRIPTS/tmux-sessionizer"
bind-key F run-shell "tmux neww $DIR_SCRIPTS/tmux-sessionizer existing"
bind-key H run-shell "tmux neww $DIR_SCRIPTS/tmux-sessionizer hub"
# bind -r D neww -c "#{pane_current_path}" "[[ -e TODO.md ]] && $EDITOR TODO.md || $EDITOR ~/personal/dev/todo.md"