Browsing articles tagged with " VIM"
Sep
25
2011

VIM Plugins for C / C++ developers

timthumb.php

Following up on my previous post on Essential Vim Plugins for Web Developers, I have decided to tell you about the awesomeness of the C / C++ plugin for Vim in this article. Now to get things going, let’s start by thinking what are the basic stuffs that you would be carrying out as a C / C++ developer? Include header files, some functions, loops, conditional statements and a main function. These are some repetitive [...]

Share
Aug
23
2011

Essential VIM Plugins for Web Developers

vim

Laziness is a virtue that every programmer needs to some degree. Efficiency is always a trademark of a good programmer. A programmer’s effort should be directed in a way to achieve maximum outcome in less time. I have seen many programmers opting for vim editor. Yet, most of the programmers are unaware about the plugins available for vim editor. These plugins drastically extend its capabilities whilst reducing the effort you need to put in. In [...]

Share
Aug
6
2010

Navigation in Vim

Untitled-1

Vim, the more advanced form of the earlier Vi editor(found in the older versions) is one of the most powerful text editors in the Linux Platform. Slight alterations in the configuration files can be of the upmost importance and can change the whole setting of the system therefore learning the basics of navigation of this text editor is a minimal prerequisite for any Linux novice. Everything in Linux is a file, from all the software [...]

Share