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: 274
unix
|command-line
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