<?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>DEV Community: Matt Rogers</title>
    <description>The latest articles on DEV Community by Matt Rogers (@mattr).</description>
    <link>https://dev.to/mattr</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%2F11135%2F77174.jpeg</url>
      <title>DEV Community: Matt Rogers</title>
      <link>https://dev.to/mattr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mattr"/>
    <language>en</language>
    <item>
      <title>Short Vim Tips #1 - Working with sentences</title>
      <dc:creator>Matt Rogers</dc:creator>
      <pubDate>Mon, 09 Dec 2019 17:12:56 +0000</pubDate>
      <link>https://dev.to/mattr/short-vim-tips-1-working-with-sentences-5ee9</link>
      <guid>https://dev.to/mattr/short-vim-tips-1-working-with-sentences-5ee9</guid>
      <description>&lt;p&gt;Did you know that Vim has some decent motions for working with sentences. I was reminded of this while doing some markdown editing in Vim earlier today. Here are the motions:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;(&lt;/code&gt; - Delete sentences backwards&lt;br&gt;
&lt;code&gt;)&lt;/code&gt; - Delete sentences forwards&lt;/p&gt;

&lt;p&gt;Combining those with a few common operations in Vim let's you work some editing magic:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;d(&lt;/code&gt; - delete the sentence before your cursor&lt;br&gt;
&lt;code&gt;d)&lt;/code&gt; - delete the sentence after your cursor&lt;/p&gt;

&lt;p&gt;&lt;code&gt;c(&lt;/code&gt; - delete the sentence before your cursor&lt;br&gt;
&lt;code&gt;c)&lt;/code&gt; - delete the sentence after your cursor&lt;/p&gt;

&lt;p&gt;I rediscovered these earlier today and hopefully they'll help you too. Until next time! 👋&lt;/p&gt;

</description>
      <category>vim</category>
    </item>
  </channel>
</rss>
