<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>editor on Shylock Hg</title>
    <link>/tags/editor/</link>
    <description>Recent content in editor on Shylock Hg</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 07 Mar 2018 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/editor/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>What&#39;s vim!</title>
      <link>/post/2018/03/07/whats-vim/</link>
      <pubDate>Wed, 07 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/03/07/whats-vim/</guid>
      <description>What&amp;rsquo;s vim? In general,we classify vim to editor,but in fact it&amp;rsquo;s not proper to vim.In the other hand,we can say vim is the interpreter of vim script.The all function modules of vim provided is based on vim script. Let&amp;rsquo;s say following.
How do we communicate with vim? Obviously by vim script,all functions provided by vim are actually vim scripts.When we use vim,we just communicate with vim by vim script language,such as hjkl,they are script bind to keys.</description>
    </item>
    
    <item>
      <title>The vim usage</title>
      <link>/post/2018/02/25/the-vim-usage/</link>
      <pubDate>Sun, 25 Feb 2018 00:00:00 +0000</pubDate>
      
      <guid>/post/2018/02/25/the-vim-usage/</guid>
      <description>Usage of window    key&amp;amp;cmd function     :e &amp;lt;path/file&amp;gt; to open directory or file.   &amp;lt;C-w&amp;gt; to switch window.    Usage of move    key&amp;amp;cmd function     h-j-k-l &amp;hellip;   :30 to jump to 30th raw.   &amp;lt;G&amp;gt; to jump to final raw.   &amp;lt;0&amp;gt; to jump to head of current line   &amp;lt;$&amp;gt; to jump to tail of current line   &amp;lt;S-%&amp;gt; to jump to corresponding bracket.</description>
    </item>
    
  </channel>
</rss>