<?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>aruy.net &#187; Vim</title>
	<atom:link href="http://aruy.net/archives/category/vim/feed" rel="self" type="application/rss+xml" />
	<link>http://aruy.net</link>
	<description>ちゃんとプログラムが書けるようになりたい。</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:44:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vim ビジュアルモードでコメントアウト</title>
		<link>http://aruy.net/archives/364</link>
		<comments>http://aruy.net/archives/364#comments</comments>
		<pubDate>Mon, 01 Jun 2009 05:30:27 +0000</pubDate>
		<dc:creator>aruy</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://aruy.net/?p=364</guid>
		<description><![CDATA[しばらく(といっても２週間くらいだけど)vimでコードを書いていなかったら、ビジュアルモードでコメントアウトする方法をすっかり忘れていたので、いつもでも思い出せるようにメモ

対象文字列をビジュアルモードで選択
大文字「 [...]]]></description>
			<content:encoded><![CDATA[<p>しばらく(といっても２週間くらいだけど)vimでコードを書いていなかったら、ビジュアルモードでコメントアウトする方法をすっかり忘れていたので、いつもでも思い出せるようにメモ</p>
<blockquote><p>
対象文字列をビジュアルモードで選択<br />
大文字「I」を入力<br />
先頭に追加したい文字列を入力<br />
Ctrl + [
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://aruy.net/archives/364/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vim メモ</title>
		<link>http://aruy.net/archives/258</link>
		<comments>http://aruy.net/archives/258#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:59:02 +0000</pubDate>
		<dc:creator>aruy</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://aruy.net/?p=258</guid>
		<description><![CDATA[今日覚えた操作。
:/で検索するときに、直前にVisualモードで選択した文字列を使いたかったので、調べてみた。
こちらのVim基本操作のまとめがとても参考になりました。
最後にyankした内容はレジスタの0番にはいるの [...]]]></description>
			<content:encoded><![CDATA[<p>今日覚えた操作。</p>
<p>:/で検索するときに、直前にVisualモードで選択した文字列を使いたかったので、調べてみた。</p>
<p><a href="http://archiva.jp/web/tool/vim_basic.html">こちらの</a>Vim基本操作のまとめがとても参考になりました。</p>
<p>最後にyankした内容はレジスタの0番にはいるので、</p>
<p>C-vして文字列選択<br />
ｙでyank<br />
Escして、:/ -> C-r ->　0<br />
で選択した文字列で検索を行うことが出来ました。</p>
<p>レジスタを見るには、:display<br />
レジスタを使ったことはなかったので、あとでもう少し調べてみよう。</p>
<p>追記<br />
同僚が、もっと簡単にしてくれました。<br />
vmap / y/< 　c -R　>0<br />
これを.vimrcに書いておけば、Visualモードで選択　/　で検索できるようになります。</p>
]]></content:encoded>
			<wfw:commentRss>http://aruy.net/archives/258/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
