<?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 David Hrbáč</title>
    <link>https://www.hrbac.cz/tags/vim/</link>
    <description>Recent content in vim on David Hrbáč</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 20 Mar 2015 20:45:15 +0000</lastBuildDate><atom:link href="https://www.hrbac.cz/tags/vim/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Format JSON in Vim</title>
      <link>https://www.hrbac.cz/2015/03/format-json-in-vim/</link>
      <pubDate>Fri, 20 Mar 2015 20:45:15 +0000</pubDate>
      
      <guid>https://www.hrbac.cz/2015/03/format-json-in-vim/</guid>
      
      <description>Very quick and easy solution to format API JSON response within the Vim.
:%!python -m json.tool </description>
      
    </item>
    
    <item>
      <title>VIM macro to add changelog entry within spec file</title>
      <link>https://www.hrbac.cz/2009/09/vim-macro-to-add-changelog-entry-within-spec-file/</link>
      <pubDate>Tue, 22 Sep 2009 14:21:03 +0000</pubDate>
      
      <guid>https://www.hrbac.cz/2009/09/vim-macro-to-add-changelog-entry-within-spec-file/</guid>
      
      <description>Editing spec files is somewhat time-consuming repetitive task. It&amp;rsquo;s good to add a change log entry every time you rebuild srpm package. One can do it typing it all over the times. Someone can use the maco. I do use this one:
nmap ,cl /%changelog&amp;lt;CR&amp;gt;:r!date +&amp;#39;\%a \%b \%d \%Y&amp;#39;&amp;lt;CR&amp;gt;0i* &amp;lt;ESC&amp;gt;$a David Hrbáč &amp;lt;my@email.tld&amp;gt; - Simply add this line to you .vimrc file.
Comments: Yury V. Zaytsev - Oct 4, 2011</description>
      
    </item>
    
  </channel>
</rss>
