by Ramesh Natarajan on April 2, 2009
This article is written by SathiyaMoorthy.
This article is part of the on-going Vi / Vim Tips and Tricks Series. In this article, let us review how to use Vim Editor for composing email in Thunderbird.
External editor Plugin does the magic of composing email in Vi/Vim editor easily, allowing us to utilize all the features of the vim editor without compromising a single thing.
(more…)
by Ramesh Natarajan on March 6, 2009
This article is written by SathiyaMoorthy.
This article is part of the ongoing Vi / Vim Tips and Tricks series. Navigation is a vital part of text editing. To be very productive, you should be aware of all possible navigation shortcuts in your editor. In this article, let us review the following 8 Vi / Vim navigation options.
- Line navigation
- Screen navigation
- Word navigation
- Special navigation
- Paragraph navigation
- Search navigation
- Code navigation
- Navigation from command line
(more…)
by Ramesh Natarajan on February 19, 2009
This post is written by SathiyaMoorthy.
This article is part of the ongoing Vi / Vim Tips and Tricks Series. As a Linux sysadmin or programmer, you may do following repetitive tasks while coding bash shell script:
- Adding file header
- Adding function/frame comment
- Including default code snippet
- Performing syntax check
- Reading documentation about a function
- Converting a code block to comment, and vice versa
The bash-Support Vim plugin offers easiest way to do all of the above, saving lot of time and keystrokes.
(more…)
by Ramesh Natarajan on February 9, 2009
This is a guest post written by SathiyaMoorthy
This article is part of the ongoing Vi / Vim Tips and Tricks series. Mark is a bookmarking feature inside Vim editor, where you can bookmark a particular line and later return to it quickly. If you are using Vim editor regularly, this simple technique of using bookmarks will sky-rocket your productivity.
There are two types of bookmarks in Vim — local and global.
(more…)
by SathiyaMoorthy on January 28, 2009

This article is part of the ongoing Vi / Vim Tips and Tricks Series. As a programmer, you may do lot of repetitive tasks while coding such as:
- Adding file header
- Adding function/frame comment
- Including default code snippet
- Performing syntax check
- Reading documentation about a function
- Converting a code block to comment, and vice versa
The C-Support Vim Plugin offers easiest way to do all of the above, saving lot of time and keystrokes for C and C++ programmers.
(more…)
by Ramesh Natarajan on December 15, 2008
It’s Holiday Season and I have a gift for you.
As part of the first contest at The Geek Stuff, I will be giving away three copies of Learning Nagios 3.0 PDF version of the book written by Wojciech Kocjan. All you have to do is let us know your favorite Unix command with a sample usage.
For those who’ve been following this blog for a while already know that I love Nagios and I have written few article on Nagios earlier.
For beginners, Learning Nagios 3.0 book will give you an introduction to Nagios and a jumpstart on how to setup and configure Nagios 3.0. For advanced users, this book explains about the Nagios 3.0 new features and details of advanced Nagios configuration.
(more…)