diff --git a/TARGETS.sh b/TARGETS.sh index 72ba4c1..f5d78a2 100644 --- a/TARGETS.sh +++ b/TARGETS.sh @@ -1,6 +1,6 @@ declare -r -A TARGETS=( ["colors"]=".config/terminal-colors.d" - ["tmux"]=".config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_select_session.sh" + ["tmux"]=".config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_start_session.sh .local/bin/tmux_attach_session.sh" ["bash"]=".config/bash .bashrc .profile %tmux %colors" ["zsh"]="%bash .config/zsh .zshenv .inputrc" ["alacritty"]=".config/alacritty" diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index e970767..4aca30b 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -188,4 +188,4 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-down # Session managment -bind a display-popup -EE '~/.local/bin/tmux_select_session.sh' \ No newline at end of file +bind a display-popup -EE '~/.local/bin/tmux_start_session.sh' \ No newline at end of file diff --git a/home/user/.local/bin/tmux_select_session.sh b/home/user/.local/bin/tmux_start_session.sh similarity index 100% rename from home/user/.local/bin/tmux_select_session.sh rename to home/user/.local/bin/tmux_start_session.sh