Refactor/reorg various files and references
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user