<?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 Marcus Folkesson</title>
    <link>https://www.marcusfolkesson.se/tags/vim/</link>
    <description>Recent content in Vim on Marcus Folkesson</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 02 Nov 2023 12:00:34 +0100</lastBuildDate>
    <atom:link href="https://www.marcusfolkesson.se/tags/vim/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>TIL - sort in vim</title>
      <link>https://www.marcusfolkesson.se/til/sort-in-vim/</link>
      <pubDate>Thu, 02 Nov 2023 12:00:34 +0100</pubDate>
      <guid>https://www.marcusfolkesson.se/til/sort-in-vim/</guid>
      <description>TIL - Sort in VIM TIL, Today I Learned, is more of a &amp;quot;I just figured this out: here are my notes, you may find them useful too&amp;quot; rather than a full blog post&#xA;After 15+ years of daily VIM usage I just discovered the :sort function. Quite embarassing.&#xA;It is also possible to sort in revese ( :sort!) and remove duplicate lines ( :sort u).</description>
    </item>
    <item>
      <title>Quickfix in VIM</title>
      <link>https://www.marcusfolkesson.se/blog/quickfix-in-vim/</link>
      <pubDate>Fri, 27 Jan 2017 19:39:34 +0200</pubDate>
      <guid>https://www.marcusfolkesson.se/blog/quickfix-in-vim/</guid>
      <description>Quickfix in VIM One of the most fascinating things with the VIM editor is that you find new features every day, even after many years of heavy usage.&#xA;Quickfix is one of those features.&#xA;Quickfix parse your compiler-output and let you easy navigate to the concerned lines with errors and/or warnings. Great hue?&#xA;How does it work? The builtin command is (surprisingly) make. Just do:&#xA;:make (without bang character!)</description>
    </item>
  </channel>
</rss>
