Refactor/reorg various files and references

This commit is contained in:
2025-04-04 16:55:39 -05:00
parent 36c10758b1
commit 42f9167958
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"