<?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: LFCS #2: How to Install and Use Vi/Vim as a Full Text Editor in Linux	</title>
	<atom:link href="https://www.tecmint.com/vi-editor-usage/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/vi-editor-usage/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 27 Sep 2025 06:03:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: jenrry soto		</title>
		<link>https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-1320391</link>

		<dc:creator><![CDATA[jenrry soto]]></dc:creator>
		<pubDate>Sat, 07 Mar 2020 07:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9175#comment-1320391</guid>

					<description><![CDATA[Thank you, and now I know, I can change &lt;strong&gt;ens33&lt;/strong&gt; for &lt;strong&gt;eth0&lt;/strong&gt; when I install asterisk on centos 7 because sometimes I need to change &lt;strong&gt;ens33&lt;/strong&gt; for &lt;strong&gt;eth0&lt;/strong&gt; if not some modules doesn&#039;t work.]]></description>
			<content:encoded><![CDATA[<p>Thank you, and now I know, I can change <strong>ens33</strong> for <strong>eth0</strong> when I install asterisk on centos 7 because sometimes I need to change <strong>ens33</strong> for <strong>eth0</strong> if not some modules doesn&#8217;t work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrew Krall		</title>
		<link>https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-940072</link>

		<dc:creator><![CDATA[Andrew Krall]]></dc:creator>
		<pubDate>Sat, 25 Nov 2017 14:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9175#comment-940072</guid>

					<description><![CDATA[One fun workaround with vim that I use sometimes is that if you&#039;ve forgotten that you can&#039;t write to the file you&#039;re editing unless you&#039;re root, you can use the command &quot;&lt;strong&gt;:w !sudo tee %&lt;/strong&gt;&quot; to execute the write with &lt;strong&gt;sudo&lt;/strong&gt; permissions. 

This only works if you&#039;re in the sudo group on the machine, but it&#039;s helped me several times when I&#039;ve edited system files and forgotten to open the file with sudo or as root.]]></description>
			<content:encoded><![CDATA[<p>One fun workaround with vim that I use sometimes is that if you&#8217;ve forgotten that you can&#8217;t write to the file you&#8217;re editing unless you&#8217;re root, you can use the command &#8220;<strong>:w !sudo tee %</strong>&#8221; to execute the write with <strong>sudo</strong> permissions. </p>
<p>This only works if you&#8217;re in the sudo group on the machine, but it&#8217;s helped me several times when I&#8217;ve edited system files and forgotten to open the file with sudo or as root.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yeliz Ok		</title>
		<link>https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-805620</link>

		<dc:creator><![CDATA[Yeliz Ok]]></dc:creator>
		<pubDate>Mon, 08 Aug 2016 14:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9175#comment-805620</guid>

					<description><![CDATA[Great guide for novices. Thanks.]]></description>
			<content:encoded><![CDATA[<p>Great guide for novices. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-785292</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 31 May 2016 06:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9175#comment-785292</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-785107&quot;&gt;Gabriel A. Cánepa&lt;/a&gt;.

@Ivin, @Barry and @Mdebusk,

Corrected as suggested in the writeup, I hope it will clear any confusion..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-785107">Gabriel A. Cánepa</a>.</p>
<p>@Ivin, @Barry and @Mdebusk,</p>
<p>Corrected as suggested in the writeup, I hope it will clear any confusion..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-785107</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Mon, 30 May 2016 12:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=9175#comment-785107</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-784976&quot;&gt;mdebusk&lt;/a&gt;.

Thank you @lvin and @Barry for pointing this out, and mdebusk for clarifying. 
@Ravi, please correct the writeup as suggested by mdebusk above.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/vi-editor-usage/comment-page-1/#comment-784976">mdebusk</a>.</p>
<p>Thank you @lvin and @Barry for pointing this out, and mdebusk for clarifying.<br />
@Ravi, please correct the writeup as suggested by mdebusk above.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
