Questions tagged [vim]
Vim is a highly configurable text editor built to enable efficient editing. It is an improved version of the vi editor distributed with most UNIX systems.
15 questions
12 votes
3 answers
2k views
Is it possible to compile a higher level language to readable C++? [closed]
C++ is a great language in many ways, but some things in particular are cumbersome to write without an IDE. As a VIM user, it would be very interesting if I had access to a higher level language which ...
20 votes
6 answers
13k views
Using Vim when coding a large-scale application
I'm starting to learn Vim, and following some of the advices given here in stackexchange. I'm beginning to use it in some toy projects and I'm cool with that. But I started to wonder how you can be ...
3 votes
3 answers
1k views
Is it possible to have an effective VIM environment for both C++ and Python?
I have recently moved to a VIM environment for Python development. I learned the setup from John Anderson's outstanding web page on the subject. I am about to try and set up another VIM environment ...
16 votes
6 answers
9k views
Vim key mappings / plugin XCode?
I'm a developer who mostly does web stuff in ruby and C#. I'd like to start tinkering with iOS and Mac development. Over the last few month i've been trying to get fluent in one set of key bindings (...
43 votes
12 answers
36k views
Must a programmer learn text editors like Emacs and Vim? How important are they? [duplicate]
I have been writing code so far in conventional text editors that come with the OS so far or use an IDE in some cases. I know there are some advanced text editors like Emacs and Vim available solely ...
8 votes
4 answers
6k views
What are safe keys to remap in vim?
So far I've been trying to use Vim in as vanilla a configuration as possible, so as to save myself hassle when moving between machines. However, there are a few things I'd really like to bind keys, ...
3 votes
2 answers
2k views
Highlight global variable in vim (or any other free editor)
In Source Insight, global variable show up in a different colour. Is there a way to accomplish this in vi (or any other free editor)?
30 votes
16 answers
5k views
Most useful features of VIM that aren't standard in a IDE [closed]
I'm considering whether I should start using VIM again instead of an IDE. What are the most useful features of VIM that aren't standard in an IDE?