Unix console becomes inactive after closing vim
- by gotts
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?