<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Eric Curtin</title>
    <description>The latest articles on Forem by Eric Curtin (@ericcurtin).</description>
    <link>https://forem.com/ericcurtin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F39748%2F47bdd109-d7ee-4137-9545-248cd5160b26.png</url>
      <title>Forem: Eric Curtin</title>
      <link>https://forem.com/ericcurtin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ericcurtin"/>
    <language>en</language>
    <item>
      <title>CurtineIncSw.vim - switching between implementation and header files</title>
      <dc:creator>Eric Curtin</dc:creator>
      <pubDate>Thu, 02 Nov 2017 00:53:53 +0000</pubDate>
      <link>https://forem.com/ericcurtin/curtineincswvim-5ke</link>
      <guid>https://forem.com/ericcurtin/curtineincswvim-5ke</guid>
      <description>&lt;p&gt;I'm not adverse to using an IDE from time to time. But often I find myself editing C/C++ code from VIM, being the swiss army knife of text editing that it is.&lt;/p&gt;

&lt;p&gt;One common task I perform, especially when changing/adding/removing function signatures is switching between header and implementation files.&lt;/p&gt;

&lt;p&gt;Sometimes I struggle to remember the location of all 532677 C/C++ files in my repo...&lt;/p&gt;

&lt;h1&gt;
  
  
  Introducing find
&lt;/h1&gt;

&lt;p&gt;Often I would briefly leave vim and do a find like follows:&lt;/p&gt;

&lt;p&gt;find . -name "fileIHadOpenInVim.c"&lt;/p&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;p&gt;find . -name "fileIHadOpenInVim.h"&lt;/p&gt;

&lt;h1&gt;
  
  
  Sound familiar?
&lt;/h1&gt;

&lt;p&gt;Try out my VIM plugin, this task becomes a single keystroke in VIM and is optimized for speed and simplicity:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ericcurtin/CurtineIncSw.vim"&gt;https://github.com/ericcurtin/CurtineIncSw.vim&lt;/a&gt;&lt;br&gt;
&lt;a href="https://vim.sourceforge.io/scripts/script.php?script_id=5545"&gt;https://vim.sourceforge.io/scripts/script.php?script_id=5545&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to give feedback, open issues and open PRs!&lt;/p&gt;

</description>
      <category>vim</category>
      <category>c</category>
      <category>opensource</category>
      <category>github</category>
    </item>
  </channel>
</rss>
