diff --git a/.tmux.conf b/.tmux.conf index 0ed5972..ae6b6db 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 "$@"