From 3bc18026576c25e54338c3d236d13aa19df5bbce Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 17 Oct 2024 09:17:12 +0300 Subject: [PATCH] tmux session ssh --- home/user/.tmux/ssh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/user/.tmux/ssh b/home/user/.tmux/ssh index 03ec500..e1b0a1e 100755 --- a/home/user/.tmux/ssh +++ b/home/user/.tmux/ssh @@ -24,4 +24,7 @@ if ! tmux has-session -t "${SESSION}" 2>/dev/null; then tmux new-session -s "${SESSION}" -d -n "1" "ssh ${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