<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vim on 村边的池塘</title>
    <link>https://jerrywang1981.github.io/tags/vim/</link>
    <description>Recent content in Vim on 村边的池塘</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Mon, 10 Apr 2023 14:34:26 +0800</lastBuildDate>
    <atom:link href="https://jerrywang1981.github.io/tags/vim/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ctrl P to search files in fzf.vim</title>
      <link>https://jerrywang1981.github.io/post/vim/fzf-vim/</link>
      <pubDate>Mon, 10 Apr 2023 14:34:26 +0800</pubDate>
      <guid>https://jerrywang1981.github.io/post/vim/fzf-vim/</guid>
      <description>configure ctrl + p to search files if in git repo, then call :GFiles, otherwise call :Files function &amp;lt;SID&amp;gt;CtrlP() let l:j1 = system(&amp;#34;git -C &amp;#34; . getcwd() . &amp;#34; rev-parse --is-inside-work-tree&amp;#34;) let l:j2 = system(&amp;#34;git -C &amp;#34; . getcwd() . &amp;#34; rev-parse --is-bare-repository&amp;#34;) if l:j1 !~ &amp;#34;true&amp;#34; &amp;amp;&amp;amp; l:j2 !~ &amp;#34;true&amp;#34; :Files else :GFiles endif endfunction nnoremap &amp;lt;silent&amp;gt; &amp;lt;C-p&amp;gt; :call &amp;lt;SID&amp;gt;CtrlP()&amp;lt;CR&amp;gt; nnoremap &amp;lt;silent&amp;gt; &amp;lt;leader&amp;gt;fb :Buffers&amp;lt;CR&amp;gt; nnoremap &amp;lt;silent&amp;gt; &amp;lt;leader&amp;gt;fh :History&amp;lt;CR&amp;gt; nnoremap &amp;lt;silent&amp;gt; &amp;lt;leader&amp;gt;fs :Rg&amp;lt;CR&amp;gt; nnoremap &amp;lt;silent&amp;gt; &amp;lt;leader&amp;gt;fS :Rg &amp;lt;c-r&amp;gt;&amp;lt;c-w&amp;gt;&amp;lt;CR&amp;gt; </description>
    </item>
    <item>
      <title>Neovim Docker</title>
      <link>https://jerrywang1981.github.io/post/vim/neovim-docker/</link>
      <pubDate>Sat, 02 May 2020 21:23:53 +0800</pubDate>
      <guid>https://jerrywang1981.github.io/post/vim/neovim-docker/</guid>
      <description>推荐一下自己做的一个docker image, 基于ubuntu,包含 neovim python python 3 nodejs npm golang Plugin 包括 LeaderF coc.nvim other</description>
    </item>
    <item>
      <title>Vim Online Video</title>
      <link>https://jerrywang1981.github.io/post/vim/vim-online-video/</link>
      <pubDate>Sat, 11 Apr 2020 21:09:42 +0800</pubDate>
      <guid>https://jerrywang1981.github.io/post/vim/vim-online-video/</guid>
      <description>在网上发现了vim一个系列视频，是Practical Vim的作者录制的，内容很值得学习。 vim video</description>
    </item>
  </channel>
</rss>
