Add a few new key-bindings for tmux and skhd

This commit is contained in:
2025-04-04 16:55:39 -05:00
parent ac9d14cba4
commit bf7fce65a1
2 changed files with 14 additions and 7 deletions

View File

@@ -27,8 +27,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 $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"
bind-key C-f run-shell "tmux neww $DIR_SCRIPTS/tmux-sessionizer existing"
bind-key C-h run-shell "tmux neww $DIR_SCRIPTS/tmux-sessionizer hub"
bind-key C-l switch-client -l
bind-key C-n next-window
bind-key C-p previous-window