refactor: reorganize scripts to idiomatic locations

This commit is contained in:
2026-03-11 14:14:24 +01:00
parent 68302ad3d6
commit 80444180d2
9 changed files with 15 additions and 14 deletions

View File

@@ -39,16 +39,16 @@ bind l select-pane -R
bind r source-file "$XDG_CONFIG_HOME/tmux/tmux.conf"
# sessionizer
bind f run-shell "tmux neww ~/.config/tmux/tmux-sessionizer"
bind R run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~"
bind g run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~/.config"
bind T run-shell "tmux neww ~/.config/tmux/tmux-sessionizer ~/temp"
bind f run-shell "tmux neww ~/.config/tmux/scripts/tmux-sessionizer"
bind R run-shell "tmux neww ~/.config/tmux/scripts/tmux-sessionizer ~"
bind g run-shell "tmux neww ~/.config/tmux/scripts/tmux-sessionizer ~/.config"
bind T run-shell "tmux neww ~/.config/tmux/scripts/tmux-sessionizer ~/temp"
# clone
bind G run-shell "tmux neww ~/.config/tmux/tmux-ggclone"
bind G run-shell "tmux neww ~/.config/tmux/scripts/tmux-ggclone"
# ssh
bind F run-shell "tmux neww ~/.config/tmux/tmux-ssher"
bind F run-shell "tmux neww ~/.config/tmux/scripts/tmux-ssher"
# project
bind N run-shell "tmux neww ~/.config/tmux/tmux-new-project"
bind N run-shell "tmux neww ~/.config/tmux/scripts/tmux-new-project"