<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>我本善良 &#187; vim</title>
	<atom:link href="https://wbsl.org/tag/vim/feed" rel="self" type="application/rss+xml" />
	<link>https://wbsl.org</link>
	<description>一个不太正常的正常人</description>
	<lastBuildDate>Fri, 05 Jul 2024 01:35:05 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2</generator>
	<item>
		<title>Debian 9 Vim不能使用鼠标右键复制粘贴的解决办法</title>
		<link>https://wbsl.org/linux/254.html</link>
		<comments>https://wbsl.org/linux/254.html#comments</comments>
		<pubDate>Tue, 12 Nov 2019 03:16:45 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Debian9]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">https://wbsl.org/?p=254</guid>
		<description><![CDATA[1. 编辑 vim 的默认配置文件 vim /usr/share/vim/vim80/defaults.vim<a href="https://wbsl.org/linux/254.html" class="read-more">Continue Reading</a>]]></description>
				<content:encoded><![CDATA[<p>1. 编辑 vim 的默认配置文件</p>
<p>vim /usr/share/vim/vim80/defaults.vim</p>
<p>2. 转至第 70 行，找到：</p>
<p>if has('mouse')</p>
<p>    set mouse=a</p>
<p>endif</p>
<p>3. 将 set mouse=a 改为：set mouse-=a</p>
<p>4. 输入 :wq 保存即可生效。</p>
]]></content:encoded>
			<wfw:commentRss>https://wbsl.org/linux/254.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
