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