<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Power-User on 🐈Natalie Perret🍫</title>
    <link>https://natalie-o-perret.github.io/tags/power-user/</link>
    <description>Recent content in Power-User on 🐈Natalie Perret🍫</description>
    <generator>Hugo -- 0.157.0</generator>
    <language>en</language>
    <lastBuildDate>Wed, 01 Jan 2020 12:04:00 +0200</lastBuildDate>
    <atom:link href="https://natalie-o-perret.github.io/tags/power-user/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Learning Neovim &gt; 4: Search &amp; Replace</title>
      <link>https://natalie-o-perret.github.io/posts/tech/tools/neovim/4-search-and-replace/</link>
      <pubDate>Wed, 01 Jan 2020 12:04:00 +0200</pubDate>
      <guid>https://natalie-o-perret.github.io/posts/tech/tools/neovim/4-search-and-replace/</guid>
      <description>&lt;p&gt;Neovim&amp;rsquo;s search and replace capabilities are powerful once you know the commands. This article covers basic search, incremental search settings, and running external commands.&lt;/p&gt;
&lt;h2 id=&#34;search&#34;&gt;Search&lt;/h2&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Key&lt;/th&gt;
          &lt;th&gt;Action&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;/&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Search forward&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;?&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Search backward&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;n&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Jump to next match (downward)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;N&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Jump to previous match (upward)&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;code&gt;Enter&lt;/code&gt;&lt;/td&gt;
          &lt;td&gt;Confirm and lock on that line after search&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Type &lt;code&gt;/searchterm&lt;/code&gt; and press &lt;code&gt;Enter&lt;/code&gt;. Use &lt;code&gt;n&lt;/code&gt; / &lt;code&gt;N&lt;/code&gt; to cycle through matches.&lt;/p&gt;
&lt;h2 id=&#34;incremental-search-settings&#34;&gt;Incremental Search Settings&lt;/h2&gt;
&lt;p&gt;These Ex commands tweak search behaviour and can be added to your &lt;code&gt;init.lua&lt;/code&gt;/&lt;code&gt;init.vim&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
