<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To Create ASCII Drawings in Vim Editor (Draw Boxes, Lines, Ellipses, Arrows Inside Text File)</title>
	<atom:link href="http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ajit</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-91748</link>
		<dc:creator>Ajit</dc:creator>
		<pubDate>Fri, 11 Mar 2011 08:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-91748</guid>
		<description>Ged,
That helped me get started.I was able to get into the drawit mode and try few stuff but I think I will definitely need some time to get a hang of it :).Thanks for the comment though.

Ajit</description>
		<content:encoded><![CDATA[<p>Ged,<br />
That helped me get started.I was able to get into the drawit mode and try few stuff but I think I will definitely need some time to get a hang of it <img src='http://www.thegeekstuff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .Thanks for the comment though.</p>
<p>Ajit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ged</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-91633</link>
		<dc:creator>ged</dc:creator>
		<pubDate>Thu, 10 Mar 2011 18:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-91633</guid>
		<description>Hi, Ajit.

There is some issue with plugin and sometimes you need to type in \di twice to start drawing. You should type in \di in command mode (if you are in another mode like input or visual you should press Esc key to enter command one). After \di executes you&#039;ll see &quot;[DrawIt]&quot; at the bottom of screen. Now you could type \b (draw rectangle) or another command to draw appropriate figure. After typing \b use arrow keys to draw. To stop drawing type in \ds and you&#039;ll see [DrawIt Off] that indicates you leave drawing mode.

Hope it helps you.</description>
		<content:encoded><![CDATA[<p>Hi, Ajit.</p>
<p>There is some issue with plugin and sometimes you need to type in \di twice to start drawing. You should type in \di in command mode (if you are in another mode like input or visual you should press Esc key to enter command one). After \di executes you&#8217;ll see &#8220;[DrawIt]&#8221; at the bottom of screen. Now you could type \b (draw rectangle) or another command to draw appropriate figure. After typing \b use arrow keys to draw. To stop drawing type in \ds and you&#8217;ll see [DrawIt Off] that indicates you leave drawing mode.</p>
<p>Hope it helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajit</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-91614</link>
		<dc:creator>Ajit</dc:creator>
		<pubDate>Thu, 10 Mar 2011 14:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-91614</guid>
		<description>I could install the plugin but I am finding it difficult to start the plugin.Where do I have to run the command \di.Can you please tell me ramesh.

Thanks,Ajit</description>
		<content:encoded><![CDATA[<p>I could install the plugin but I am finding it difficult to start the plugin.Where do I have to run the command \di.Can you please tell me ramesh.</p>
<p>Thanks,Ajit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagdish Chhailkar</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-61686</link>
		<dc:creator>Jagdish Chhailkar</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-61686</guid>
		<description>I am trying to install DrawIt.vba i.e. drawing tool in vim. I am unable to install it. I am using RHEL 4.  In root login i have the file called DrawIt.vba available.  I am doing as follows: 
# vim DrawIt.vba   --&gt; it opens the file in vim 
If i issue :so % then i am getting error in line 2 as follows :
Error detected while processing /root/DrawIt.vba:
line    2:
E492: Not an editor command: UseVimball
Hit ENTER or type command to continue
can you please guide how to install this?

Jagdish Chhailkar</description>
		<content:encoded><![CDATA[<p>I am trying to install DrawIt.vba i.e. drawing tool in vim. I am unable to install it. I am using RHEL 4.  In root login i have the file called DrawIt.vba available.  I am doing as follows:<br />
# vim DrawIt.vba   &#8211;&gt; it opens the file in vim<br />
If i issue :so % then i am getting error in line 2 as follows :<br />
Error detected while processing /root/DrawIt.vba:<br />
line    2:<br />
E492: Not an editor command: UseVimball<br />
Hit ENTER or type command to continue<br />
can you please guide how to install this?</p>
<p>Jagdish Chhailkar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-26733</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Sat, 19 Dec 2009 18:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-26733</guid>
		<description>@Ged, bosha, rakesh,

I&#039;m glad you liked this article. Thanks for your nice comments.

@Berry,

Yes. You can use those keys (pagedown, end, pageup, home) from the notebook keyboard also.

@Tim,

\s is filling up the space as expected.

Steps:
---------
Select specific lines in visual mode,
press \s which will append spaces.

You are right. \f is not working as expected in the visual mode. I&#039;m not sure whether this is a bug in the plugin (or) something else. I&#039;ll do some research on this topic later.</description>
		<content:encoded><![CDATA[<p>@Ged, bosha, rakesh,</p>
<p>I&#8217;m glad you liked this article. Thanks for your nice comments.</p>
<p>@Berry,</p>
<p>Yes. You can use those keys (pagedown, end, pageup, home) from the notebook keyboard also.</p>
<p>@Tim,</p>
<p>\s is filling up the space as expected.</p>
<p>Steps:<br />
&#8212;&#8212;&#8212;<br />
Select specific lines in visual mode,<br />
press \s which will append spaces.</p>
<p>You are right. \f is not working as expected in the visual mode. I&#8217;m not sure whether this is a bug in the plugin (or) something else. I&#8217;ll do some research on this topic later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rakesh uv</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-26568</link>
		<dc:creator>rakesh uv</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-26568</guid>
		<description>GOOD one !!</description>
		<content:encoded><![CDATA[<p>GOOD one !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-26375</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-26375</guid>
		<description>With the visual commands, I couldn&#039;t get the \f and \s didn&#039;t work as I expected.

In Vim, is there a way to search all open buffers or a directory and then create a window with a clickable jump list of the results (file and context)?</description>
		<content:encoded><![CDATA[<p>With the visual commands, I couldn&#8217;t get the \f and \s didn&#8217;t work as I expected.</p>
<p>In Vim, is there a way to search all open buffers or a directory and then create a window with a clickable jump list of the results (file and context)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berry</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-26373</link>
		<dc:creator>Berry</dc:creator>
		<pubDate>Wed, 16 Dec 2009 14:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-26373</guid>
		<description>In Feature 5, I think the keys in the number pad match the direction very well. But If I use Notebook, which have no numpad, can I use other keys instead?</description>
		<content:encoded><![CDATA[<p>In Feature 5, I think the keys in the number pad match the direction very well. But If I use Notebook, which have no numpad, can I use other keys instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bosha</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-26352</link>
		<dc:creator>bosha</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-26352</guid>
		<description>Thanks man. It&#039;s really useful.</description>
		<content:encoded><![CDATA[<p>Thanks man. It&#8217;s really useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ged</title>
		<link>http://www.thegeekstuff.com/2009/12/how-to-create-ascii-drawings-in-vim-editor-draw-boxes-lines-ellipses-arrows-inside-text-file/comment-page-1/#comment-26339</link>
		<dc:creator>ged</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=2732#comment-26339</guid>
		<description>Thats cool and can be useful when you want to show someone your idea through diagram but there are no MS Visio, Krita or Dia installed on machine and vim is. Thanks a lot, it is quite easy to learn and use.</description>
		<content:encoded><![CDATA[<p>Thats cool and can be useful when you want to show someone your idea through diagram but there are no MS Visio, Krita or Dia installed on machine and vim is. Thanks a lot, it is quite easy to learn and use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 16:17:37 -->
