You can create line drawings in Vim editor using the Vim DrawIt! plugin. You can draw flow charts, ER diagrams, or any other diagrams that can be created as line drawing inside a text editor using this plugin.
{ 6 comments }
Posts tagged as:
You can create line drawings in Vim editor using the Vim DrawIt! plugin. You can draw flow charts, ER diagrams, or any other diagrams that can be created as line drawing inside a text editor using this plugin.
{ 6 comments }
From Vim editor, move your cursor to a number and press Ctrl+A to increase the number or Ctrl+X to decrease the number.
{ 3 comments }
Almost all applications have the ability to display Most Recently Used (MRU) documents.
Vim editor by default does not have this feature. But using MRU.vim plugin, you can use the most recently used (opened and edited) files inside Vim editor as explained below.
This article is part of the on-going Vi / Vim Tips and Tricks series.
This article explains how to install the MRU.vim plugin in 2 easy steps. This also explains about 7 powerful feature of the Most Recently Used Plugin. This will definitely change the way how you use Vim editor.
{ 5 comments }
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:
The bash-Support Vim plugin offers easiest way to do all of the above, saving lot of time and keystrokes.
(more…)
{ 8 comments }

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:
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…)
{ 9 comments }
Make Vim as Your Perl IDE Using perl-support.vim Plugin
by Ramesh Natarajan on January 5, 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:
The Perl-Support Vim Plugin – Perl-IDE offers easiest way to do all of the above, saving lot of time and keystrokes.
The plugin was written by Fritz Mehner, who explains the purpose of the plugin as: “Write and run Perl-scripts using menus and hot keys”.
This article explains how to install the plugin in 3 easy steps and 7 powerful features of the plugin.
(more…)
{ 3 comments }