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