<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Vim-Hacks</title>
  <subtitle>One useful vim trick every weekday, explained keystroke by keystroke.</subtitle>
  <link href="https://vim-hacks.com/" />
  <link href="https://vim-hacks.com/atom.xml" rel="self" />
  <id>https://vim-hacks.com/</id>
  <updated>2026-09-10T00:00:00.000Z</updated>
  <entry>
    <title>Change a word without aiming at its edges</title>
    <link href="https://vim-hacks.com/2026/09/10/016-change-a-word-without-aiming/" />
    <id>https://vim-hacks.com/2026/09/10/016-change-a-word-without-aiming/</id>
    <updated>2026-09-10T00:00:00.000Z</updated>
    <summary>ciw</summary>
    <category term="editing" />
  </entry>
  <entry>
    <title>Repeat the last change anywhere in the file</title>
    <link href="https://vim-hacks.com/2026/08/28/008-dot/" />
    <id>https://vim-hacks.com/2026/08/28/008-dot/</id>
    <updated>2026-08-28T00:00:00.000Z</updated>
    <summary>.</summary>
    <category term="editing" />
  </entry>
  <entry>
    <title>Sort a list and drop the duplicates in one pass</title>
    <link href="https://vim-hacks.com/2026/08/15/001-sort-u/" />
    <id>https://vim-hacks.com/2026/08/15/001-sort-u/</id>
    <updated>2026-08-15T00:00:00.000Z</updated>
    <summary>:sort u</summary>
    <category term="formatting" />
  </entry>
</feed>