The vi editor does not respond with any command in ksh.
I tried q, ctrl + c, q !, didn’t answer anything. I need to close the connection on secureCrt and login again.
Does anyone know the reason and solution?
I think you wanted to save the file with CTRL-s. This is a screen lock. Use CTRL-qto unlock and save with :w.
CTRL-s
CTRL-q
:w
Have you tried ESC-colon-q-bang?
:q!
ESC to exit insert mode, colon to enter command mode, "q" to exit, hit must cancel any changes. Looks like you can just skip the colon for command mode.
vi: fooobar.com/questions/957/...
vi
Source: https://habr.com/ru/post/1653836/More articles:Ternary conditional statement for else if - swift"Null is returned from a method that is expected to return a non-zero value" with cellForRowAtIndexPath - objective-cScala 2.12: What is the equivalent of a Java 8 method reference for a universally quantified SAM characteristic? - javaEnable Native HTTPS Certificate for GitLab Community Edition for Ominbus Installer - gitlabЗапретить не-SELECT SQL-выражения - c#CSS float dt / dd left in pairs - htmlUISearchController - Works poorly with child view controllers - iosPrimeNG MenuCallback - angularGet SQL table column types with dplyr - sqliteБыстрое получение количества записей в кадре данных - scalaAll Articles