vi editor is not responding any command in ksh.
I tried q
, ctrl+c
, :q!
, nothing responded. I have to close connection on secureCrt and re-login.
Does anyone know cause-and solution?
I think you wanted to save the file with CTRL-s
. That's a screen-lock. Use CTRL-q
to unlock and save with :w
.