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: 268
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?
© Stack Overflow or respective owner