fixed ssh reconnection when pane runs a remote command
This commit is contained in:
parent
ffc2dfbe78
commit
8f808316b1
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# ;;
|
||||
# *ssh*)
|
||||
# # shellcheck disable=SC2046
|
||||
# tmux split-window "$@" $(echo "$command" | sed -e 's/;/\\\\;/g')
|
||||
# tmux split-window "$@" $(echo "$command" | sed -e 's/;/\\;/g')
|
||||
# ;;
|
||||
# *)
|
||||
# tmux split-window "$@"
|
||||
|
|
Loading…
Reference in a new issue