<?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: Kate&#8217;s Vi Input Mode — What will KDE 4.4 bring?</title>
	<atom:link href="http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/feed/" rel="self" type="application/rss+xml" />
	<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/</link>
	<description>meta = &#38;meta;</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:13:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Erlend</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-525</link>
		<dc:creator>Erlend</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-525</guid>
		<description>@simgardn: i&#039;ll add that! :)
Kate in KDE SC 4.4 will support mappings, so you should be able to simulate similar motion commands. I tried &lt;code&gt;:nnoremap - k^&lt;/code&gt; and &lt;code&gt;:nnoremap  &lt;enter&gt; j^&lt;/code&gt;, but it turns out that there&#039;s an error with the parsing of &lt;code&gt;&lt;enter&gt;&lt;/code&gt;. I&#039;ll fix that asap.

But to clarify, the “-” and “&lt;enter&gt;” commands will be in the next release – no need to map them your self. :)</description>
		<content:encoded><![CDATA[<p>@simgardn: i&#8217;ll add that! <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Kate in KDE SC 4.4 will support mappings, so you should be able to simulate similar motion commands. I tried <code>:nnoremap - k^</code> and <code>:nnoremap  &lt;enter&gt; j^</code>, but it turns out that there&#8217;s an error with the parsing of <code>&lt;enter&gt;</code>. I&#8217;ll fix that asap.</p>
<p>But to clarify, the “-” and “&lt;enter&gt;” commands will be in the next release – no need to map them your self. <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simgardn</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-524</link>
		<dc:creator>simgardn</dc:creator>
		<pubDate>Wed, 30 Dec 2009 06:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-524</guid>
		<description>Previous post should have read something like &quot;Two navigation commands I didn’t realize I relied on so heavily are carriage-return and ‘-’ ...&quot;.</description>
		<content:encoded><![CDATA[<p>Previous post should have read something like &#8220;Two navigation commands I didn’t realize I relied on so heavily are carriage-return and ‘-’ &#8230;&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simgardn</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-523</link>
		<dc:creator>simgardn</dc:creator>
		<pubDate>Wed, 30 Dec 2009 06:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-523</guid>
		<description>Two navigation commands I didn&#039;t realize I relied on so heavily are  and &#039;-&#039; to move to the first non-blank character of the next/previous line. I can&#039;t get out of the habit of trying to use them.</description>
		<content:encoded><![CDATA[<p>Two navigation commands I didn&#8217;t realize I relied on so heavily are  and &#8216;-&#8217; to move to the first non-blank character of the next/previous line. I can&#8217;t get out of the habit of trying to use them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erlend</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-511</link>
		<dc:creator>Erlend</dc:creator>
		<pubDate>Mon, 14 Dec 2009 18:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-511</guid>
		<description>@komuta: yes. absolutely. that&#039;t the feature i miss the most myself. i hope to get that done early in 2010. :)</description>
		<content:encoded><![CDATA[<p>@komuta: yes. absolutely. that&#8217;t the feature i miss the most myself. i hope to get that done early in 2010. <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: komuta</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-510</link>
		<dc:creator>komuta</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-510</guid>
		<description>Nice work !
Do you plan to implement vi&#039;s ctrl-v visual block mode ? As far as I know, the only way to use block mode in kate/kdevelop4 is to activate block selection, but it&#039;s seriously lacking all the power of vi&#039;s visual mode (insert, replace...).</description>
		<content:encoded><![CDATA[<p>Nice work !<br />
Do you plan to implement vi&#8217;s ctrl-v visual block mode ? As far as I know, the only way to use block mode in kate/kdevelop4 is to activate block selection, but it&#8217;s seriously lacking all the power of vi&#8217;s visual mode (insert, replace&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thanks</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-499</link>
		<dc:creator>thanks</dc:creator>
		<pubDate>Fri, 13 Nov 2009 03:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-499</guid>
		<description>yes, that&#039;s it what I meant. c-o ^^
I hope that feature to be in your list.</description>
		<content:encoded><![CDATA[<p>yes, that&#8217;s it what I meant. c-o ^^<br />
I hope that feature to be in your list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erlend</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-497</link>
		<dc:creator>Erlend</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-497</guid>
		<description>@thanks
i guess you mean ctrl-o? your wish is noted. :)</description>
		<content:encoded><![CDATA[<p>@thanks<br />
i guess you mean ctrl-o? your wish is noted. <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thanks</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-495</link>
		<dc:creator>thanks</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-495</guid>
		<description>oops. letters surrounded by &#039;&#039; are not shown. The command I mean was &#039;&#039;.</description>
		<content:encoded><![CDATA[<p>oops. letters surrounded by &#8221; are not shown. The command I mean was &#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thanks</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-494</link>
		<dc:creator>thanks</dc:creator>
		<pubDate>Tue, 10 Nov 2009 06:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-494</guid>
		<description>Impressive works! Still, can you consider including  command in the list, which turn a vim into &#039;normal mode&#039; temporarily when it&#039;s in &#039;input mode&#039;. The  command greatly expand the function of mapping command feture and make all kind of mapping I imagine possible.</description>
		<content:encoded><![CDATA[<p>Impressive works! Still, can you consider including  command in the list, which turn a vim into &#8216;normal mode&#8217; temporarily when it&#8217;s in &#8216;input mode&#8217;. The  command greatly expand the function of mapping command feture and make all kind of mapping I imagine possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erlend</title>
		<link>http://hamberg.no/erlend/2009/10/26/kates-vi-input-mode-kde44/comment-page-1/#comment-483</link>
		<dc:creator>Erlend</dc:creator>
		<pubDate>Tue, 03 Nov 2009 12:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://hamberg.no/erlend/?p=905#comment-483</guid>
		<description>@alexander: :bn and :bp are in the list ;-)
:reg is coming when there is an easy way of showing a (potentially) large amount of information in a non-annoying way. :-)</description>
		<content:encoded><![CDATA[<p>@alexander: :bn and :bp are in the list <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
:reg is coming when there is an easy way of showing a (potentially) large amount of information in a non-annoying way. <img src='http://hamberg.no/erlend/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

