From 76a911ffc95f9aea1997e7c3f43f964fbe3466f7 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sun, 13 Oct 2024 23:35:09 +0300 Subject: [PATCH] rename tmux start session script --- TARGETS.sh | 2 +- home/user/.config/tmux/mappings.conf | 2 +- .../bin/{tmux_select_session.sh => tmux_start_session.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename home/user/.local/bin/{tmux_select_session.sh => tmux_start_session.sh} (100%) 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