Tagged Questions
5
votes
3answers
390 views
How to run Vim command from the shell?
This might be a dumb question, but bear with me.
I'm automating some of the usual stuff I do when setting up a new work environment, and would like to automate the Vim command :BundleInstall (for ...
1
vote
1answer
181 views
VIM: Don't pause after `make`
How can I make it so that I don't have to press the RETURN key every time I run :make in VIM?
2
votes
2answers
67 views
How can I go back to the initial opened buffer after :make in vim
When I use make into vim, with :make it automatically jump to the first error, displaying a new buffer in the current tab if needed.
I use vim with multiple tabs, most of the time the error buffer is ...
3
votes
2answers
418 views
How do I declare the terminal type in vim so that :make can output colours?
I use cmake, which produces makefiles with nice colourful output, but when I :make from Vim (well, actually MacVim, which is essentially GVim but I figure that doesn't make much difference), the ...
0
votes
1answer
151 views
Vim Make and Run
What would be the best way to make a hotkey that makes a project and then runs the generated binary?
1
vote
4answers
3k views
Installing vim7.2 on Solaris Sparc 10 as non-root
I'm trying to install vim to $HOME/bin by compiling the sources.
./configure --prefix=$home/bin
seems to work, but when running make I get:
> make
Starting make in the src directory.
If there ...