From b20f8aab0a8080dab2697a9a12e91ba2d1999ff1 Mon Sep 17 00:00:00 2001 From: thek4n Date: Wed, 11 Dec 2024 22:15:29 +0300 Subject: [PATCH] tmux session ssh --- home/user/.tmux/ssh | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/user/.tmux/ssh b/home/user/.tmux/ssh index b5fa13c..45ca3c5 100755 --- a/home/user/.tmux/ssh +++ b/home/user/.tmux/ssh @@ -31,7 +31,4 @@ if ! tmux has-session -t "${SESSION}" 2>/dev/null; then tmux new-session -s "${SESSION}" -d -n "1" "TERM=xterm-256color ssh ${choosed_ssh_server} || read" fi -tmux set-option -t "${SESSION}" status off -tmux set-option -t "${SESSION}" prefix None -tmux set-option -t "${SESSION}" key-table off tmux switch-client -t "${SESSION}" \ No newline at end of file