rename tmux start session script
This commit is contained in:
parent
ba8dece09a
commit
76a911ffc9
@ -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"
|
||||
|
||||
@ -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'
|
||||
bind a display-popup -EE '~/.local/bin/tmux_start_session.sh'
|
||||
Loading…
x
Reference in New Issue
Block a user