I’ve been trying to use Vim, it’s nice and I’ve found an extension that allows me to use autocomplete for my chosen programming language. However, the thing that keeps me from using it is the difficulty of dealing with error dumps. Generally I’ll run something with ! and inevitably my program won’t compile, or will print out an error, or somesuch. Then when I go back to my code to fix these errors… I can’t see what was spit out anymore, making it more difficult to address problems line by line.
Is there some way I can spit the output of the last command into a small hsplit or some other visible place? I tried resorting to using gvim and switching back to the launching terminal for building/running programs, but whenever I start doing that I lapse into “might as well just use gedit if I’m gonna do that” mode.