Skip to main content

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.

12 votes
3 answers
2k views

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 ...
MaiaVictor's user avatar
  • 5,860
20 votes
6 answers
13k views

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 ...
mati's user avatar
  • 321
3 votes
3 answers
1k views

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 ...
Pete's user avatar
  • 736
16 votes
6 answers
9k views

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 (...
Daniel Upton's user avatar
  • 1,007
43 votes
12 answers
36k views

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 ...
user avatar
8 votes
4 answers
6k views

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, ...
Weeble's user avatar
  • 243
3 votes
2 answers
2k views

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)?
hojusaram's user avatar
  • 133
30 votes
16 answers
5k views

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?