remove tmux mapping for ssh session

This commit is contained in:
thek4n 2024-03-31 02:25:16 +03:00
parent faba5b3530
commit 0898ac7a64

View File

@ -74,9 +74,6 @@ bind-key -T prefix l confirm-before -p "lock tmux? (y/n)" lock-session
# Reload config # Reload config
bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..." bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded..."
# SSH session
bind h command-prompt -p "Remote host:" "new-session -n 1 -s 'ssh-%1' -A ssh %1 \; set-option default-command 'ssh %1'"
# Session managment # Session managment
bind 1 run-shell ~/.tmux/01.sh bind 1 run-shell ~/.tmux/01.sh
bind 2 run-shell ~/.tmux/02.sh bind 2 run-shell ~/.tmux/02.sh