<?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: PacVim &#8211; A Game That Teaches You Vim Commands	</title>
	<atom:link href="https://www.tecmint.com/learn-vi-commands-with-pacvim-game/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/learn-vi-commands-with-pacvim-game/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 04:58:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393771</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 04:59:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29972#comment-1393771</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393711&quot;&gt;Francesca&lt;/a&gt;.

@Francesca,

Thanks for pointing out, yes it is lowercase &lt;code&gt;&#039;l&#039;&lt;/code&gt;. Corrected in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393711">Francesca</a>.</p>
<p>@Francesca,</p>
<p>Thanks for pointing out, yes it is lowercase <code>'l'</code>. Corrected in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Francesca		</title>
		<link>https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393711</link>

		<dc:creator><![CDATA[Francesca]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 00:14:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29972#comment-1393711</guid>

					<description><![CDATA[The follow-up to my initial question: It seems that it is a typo here. I checked on the GitHub Repo and to move right is indeed lowercase &lt;strong&gt;&#039;L&#039;&lt;/strong&gt; &#038; not &lt;strong&gt;&#039;i&#039;&lt;/strong&gt; as you have written here above:-) NM...this game is cool. I love VIM!!!]]></description>
			<content:encoded><![CDATA[<p>The follow-up to my initial question: It seems that it is a typo here. I checked on the GitHub Repo and to move right is indeed lowercase <strong>&#8216;L&#8217;</strong> &amp; not <strong>&#8216;i&#8217;</strong> as you have written here above:-) NM&#8230;this game is cool. I love VIM!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Francesca		</title>
		<link>https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1393709</link>

		<dc:creator><![CDATA[Francesca]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 00:09:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29972#comment-1393709</guid>

					<description><![CDATA[I was wondering if the command to move right is &lt;strong&gt;&#039;l&#039;&lt;/strong&gt; (lowercase L), instead of &lt;strong&gt;&#039;i&#039;&lt;/strong&gt;? As &lt;strong&gt;i&lt;/strong&gt; is &#039;insert&#039; mode in VIM.
It would be hard to learn this and then have to re-learn with lowercase L. Thanks.]]></description>
			<content:encoded><![CDATA[<p>I was wondering if the command to move right is <strong>&#8216;l&#8217;</strong> (lowercase L), instead of <strong>&#8216;i&#8217;</strong>? As <strong>i</strong> is &#8216;insert&#8217; mode in VIM.<br />
It would be hard to learn this and then have to re-learn with lowercase L. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1111659</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 13 Mar 2019 05:16:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29972#comment-1111659</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1111447&quot;&gt;Illia&lt;/a&gt;.

@Illia,

Please install the required &lt;strong&gt;Curses&lt;/strong&gt; (graphics library) package on your Linux distribution, before compiling the PacVim.
&lt;pre&gt;
$ sudo apt install libncurses5-dev libncursesw5-dev  [On Ubuntu/Debian]
# yum install ncurses-devel                          [On CentOS/RHEL]
# dnf install ncurses-devel                          [On Fedora]
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1111447">Illia</a>.</p>
<p>@Illia,</p>
<p>Please install the required <strong>Curses</strong> (graphics library) package on your Linux distribution, before compiling the PacVim.</p>
<pre>
$ sudo apt install libncurses5-dev libncursesw5-dev  [On Ubuntu/Debian]
# yum install ncurses-devel                          [On CentOS/RHEL]
# dnf install ncurses-devel                          [On Fedora]
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Illia		</title>
		<link>https://www.tecmint.com/learn-vi-commands-with-pacvim-game/comment-page-1/#comment-1111447</link>

		<dc:creator><![CDATA[Illia]]></dc:creator>
		<pubDate>Tue, 12 Mar 2019 18:46:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29972#comment-1111447</guid>

					<description><![CDATA[Hi, I got a problem after running &lt;code&gt;make install&lt;/code&gt; command.
&lt;pre&gt;
src/helperFns.h:24:21 : fatal error : cursesw.h: No such file or directory
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi, I got a problem after running <code>make install</code> command.</p>
<pre>
src/helperFns.h:24:21 : fatal error : cursesw.h: No such file or directory
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
