Unix console becomes inactive after closing vim

Posted by gotts on Super User See other posts from Super User or by gotts
Published on 2010-06-18T09:56:24Z Indexed on 2010/06/18 11:44 UTC
Read the original article Hit count: 243

Filed under:
|
user@laptop:~$ locate file.ext | xargs vim -p
Vim: Warning: Input is not from a terminal
2 files to edit
user@laptop:~$ 

After finding files and modifying them in vim I want to save them and continue to work in unix console but I can't do that.

After vim close console just halts. No activity on any keypress. The only workaround is to close console tab and create a new one. How can I solve this problem?

© Super User or respective owner

Unix console becomes inactive after closing vim

Posted by gotts on Stack Overflow See other posts from Stack Overflow or by gotts
Published on 2010-06-18T09:56:24Z Indexed on 2010/06/18 10:03 UTC
Read the original article Hit count: 243

Filed under:
|
user@laptop:~$ locate file.ext | xargs vim -p
Vim: Warning: Input is not from a terminal
2 files to edit
user@laptop:~$ 

After finding files and modifying them in vim I want to save them and continue to work in unix console but I can't do that.

After vim close console just halts. No activity on any keypress. The only workaround is to close console tab and create a new one. How can I solve this problem?

© Stack Overflow or respective owner

Related posts about unix

Related posts about command-line