<?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: Using Sublime like Vim</title>
	<atom:link href="http://blog.bteam.hu/?feed=rss2&#038;p=221" rel="self" type="application/rss+xml" />
	<link>http://blog.bteam.hu/?p=221&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-sublime-like-vim</link>
	<description>Discussion about new experiences</description>
	<lastBuildDate>Sat, 03 Aug 2024 10:47:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: What's the easiest method to gain $57261 a month: https://get-1-btc-per-day.blogspot.com.tr?b=49</title>
		<link>http://blog.bteam.hu/?p=221#comment-279</link>
		<dc:creator>What's the easiest method to gain $57261 a month: https://get-1-btc-per-day.blogspot.com.tr?b=49</dc:creator>
		<pubDate>Thu, 21 Nov 2019 04:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bteam.hu/?p=221#comment-279</guid>
		<description>Exactly how to Make $6797 FAST, Fast Money, The Busy Budgeter: https://qq-au-sa.blogspot.tw?ju=22</description>
		<content:encoded><![CDATA[<p>Exactly how to Make $6797 FAST, Fast Money, The Busy Budgeter: <a href="https://qq-au-sa.blogspot.tw?ju=22">https://qq-au-sa.blogspot.tw?ju=22</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Athos</title>
		<link>http://blog.bteam.hu/?p=221#comment-11</link>
		<dc:creator>Athos</dc:creator>
		<pubDate>Sun, 01 Jul 2012 13:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bteam.hu/?p=221#comment-11</guid>
		<description>* Nth tab: when you enter a number before gt that number will be used as an absolute value, I was a bit unclear on that.
 * Yeah, it could and should be improved. However some colleagues using some funnier shell than bash (zsh?) seem to have that feature somehow, but I&#039;m not sure if it&#039;s some shell magic or a vim plugin or both. (Gonna ask them on Monday.)</description>
		<content:encoded><![CDATA[<p>* Nth tab: when you enter a number before gt that number will be used as an absolute value, I was a bit unclear on that.<br />
 * Yeah, it could and should be improved. However some colleagues using some funnier shell than bash (zsh?) seem to have that feature somehow, but I&#8217;m not sure if it&#8217;s some shell magic or a vim plugin or both. (Gonna ask them on Monday.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nucc</title>
		<link>http://blog.bteam.hu/?p=221#comment-10</link>
		<dc:creator>nucc</dc:creator>
		<pubDate>Sat, 30 Jun 2012 17:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bteam.hu/?p=221#comment-10</guid>
		<description>* Switch to Nth tab: I want to jump to the first, second, third tab, and not the 4th tab right from the current position. I like absolute references in this case.

* :tabe **/SomeUnique*Glob.c: some editors show real time search result, that is really comfortable, when you see that you typed is enough. It&#039;s just a comfortable issue.

* I use ctags in sublime and works the same way like in Vim. CTRL + ]

* :tabe . : I didn&#039;t know it! Thanks!</description>
		<content:encoded><![CDATA[<p>* Switch to Nth tab: I want to jump to the first, second, third tab, and not the 4th tab right from the current position. I like absolute references in this case.</p>
<p>* :tabe **/SomeUnique*Glob.c: some editors show real time search result, that is really comfortable, when you see that you typed is enough. It&#8217;s just a comfortable issue.</p>
<p>* I use ctags in sublime and works the same way like in Vim. CTRL + ]</p>
<p>* :tabe . : I didn&#8217;t know it! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Athos</title>
		<link>http://blog.bteam.hu/?p=221#comment-9</link>
		<dc:creator>Athos</dc:creator>
		<pubDate>Mon, 25 Jun 2012 11:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bteam.hu/?p=221#comment-9</guid>
		<description>I understand that vim may be a little bit old-school (e.g. no advanced builtin refactoring tools are available, etc.), but for the problems you mentioned, builtin solution exists. :-)

 * Switch to the Nth tab: Ngt in command mode (e.g. 1gt jumps to the first tab, 2gt to the second, gt without numbers jumps one tab right, or from the right-most tab, to the first)
 * Open a file knowing only a snippet of the name and nothing about the path: :tabe **/SomeUnique*Glob.c (will complain if multiple files match, though)
 * Also nice to know that if you use my ctags related hacks (or ctags at all), then you can jump to the definition of an indentifier by pressing Ctrl+] and get back to the file you were by pressing Ctrl+T (these work several levels deep).
 * Other useful option in many cases is the explorer, which can be opened for example by telling vim to edit a directory: :tabe .</description>
		<content:encoded><![CDATA[<p>I understand that vim may be a little bit old-school (e.g. no advanced builtin refactoring tools are available, etc.), but for the problems you mentioned, builtin solution exists. <img src='http://blog.bteam.hu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p> * Switch to the Nth tab: Ngt in command mode (e.g. 1gt jumps to the first tab, 2gt to the second, gt without numbers jumps one tab right, or from the right-most tab, to the first)<br />
 * Open a file knowing only a snippet of the name and nothing about the path: :tabe **/SomeUnique*Glob.c (will complain if multiple files match, though)<br />
 * Also nice to know that if you use my ctags related hacks (or ctags at all), then you can jump to the definition of an indentifier by pressing Ctrl+] and get back to the file you were by pressing Ctrl+T (these work several levels deep).<br />
 * Other useful option in many cases is the explorer, which can be opened for example by telling vim to edit a directory: :tabe .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
