diff --git a/docs/pages/PscpIntegration.md b/docs/pages/PscpIntegration.md index c10c2a2..c9053fe 100644 --- a/docs/pages/PscpIntegration.md +++ b/docs/pages/PscpIntegration.md @@ -37,7 +37,7 @@ On UNIX system it is possible to start a WinSCP session directly into the curren winscp() { printf "\033]0;__ws:"`pwd`"\007" ; printf "\033]0;__ti\007" ; } ``` or if you use TMUX: -``` +```bash winscp() { printf "\033Ptmux;\033\033]0;__ws:"`pwd`"\007\033\\" ; } ``` or this bash function: